Release 0.6.0 #360

Merged
Jef Roosens merged 47 commits from release-0.6.0 into main 2023-07-17 13:35:04 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 434c4eb558 - Show all commits

View file

@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Rewrote cron expression logic in C * Rewrote cron expression logic in C
### Removed
* Deprecated cron daemon
## [0.5.0](https://git.rustybever.be/vieter-v/vieter/src/tag/0.5.0) ## [0.5.0](https://git.rustybever.be/vieter-v/vieter/src/tag/0.5.0)
### Added ### Added

View file

@ -58,7 +58,7 @@ fn (ce1 Expression) == (ce2 Expression) bool {
return true return true
} }
[typeef] [typedef]
struct C.vieter_cron_simple_time { struct C.vieter_cron_simple_time {
year int year int
month int month int