forked from vieter-v/vieter
chore: updated changelog
parent
3b320ac7c3
commit
434c4eb558
|
@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
* 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)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -58,7 +58,7 @@ fn (ce1 Expression) == (ce2 Expression) bool {
|
|||
return true
|
||||
}
|
||||
|
||||
[typeef]
|
||||
[typedef]
|
||||
struct C.vieter_cron_simple_time {
|
||||
year int
|
||||
month int
|
||||
|
|
Loading…
Reference in New Issue