# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.4.0](https://github.com/lsunsi/crontime/compare/v0.3.0...v0.4.0) - 2024-12-26
### Added
- add support for day of month
- make invalid ints errors instead of panics
- add tests for hours
- add tests for minutes
- add better split seconds test
### Other
- fix readme
## [0.3.0](https://github.com/lsunsi/crontime/compare/v0.2.0...v0.3.0) - 2024-12-21
### Added
- add seconds to cron expression
## [0.2.0](https://github.com/lsunsi/crontime/compare/v0.1.0...v0.2.0) - 2024-12-16
### Added
- replace primitive with offset datetime
- correct iter first item and add tests
- split impls and add hour iter
- add range and list tests
- improve parsing and add one more case
- add crazy bitvec stuff and update impl crazily
- add first tosco attempt at noming
### Other
- update readme with a little example
- extract base parser to function
- add clippy checks
## [0.1.0](https://github.com/lsunsi/crontime/releases/tag/v0.1.0) - 2024-01-04
### Other
- add license, readme, some cargo info, etc
- seed