crontime 0.2.0

cron expression -> time iterator
Documentation
# 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.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