What's Changed
- Fixes Negative numbers for @ not being recognized by @philolo1 in #43
- Support weekdays in parse_datetime by @philolo1 in #34
- fix readme by @drmorr0 in #63
- support for parsing date string with only time by @matrixhead in #65
- clippy: fix warnings by @cakebaker in #69
- epoch timezone fix by @matrixhead in #67
- Fix single digit date parsing by @RenjiSann in #76
Dependencies
- Update Rust crate regex to 1.9.6 by @renovate in #51
- Update Rust crate regex to v1.10.0 by @renovate in #52
- Update Rust crate regex to 1.10.1 by @renovate in #53
- Update Rust crate regex to 1.10.2 by @renovate in #54
- Update Rust crate regex to 1.10.3 by @renovate in #58
- fix(deps): update rust crate libfuzzer-sys to 0.4.7 by @renovate in #71
- fix(deps): update rust crate regex to 1.10.4 by @renovate in #72
CI
- Revert "Update codecov/codecov-action action to v4" by @cakebaker in #49
- ci: use dtolnay/rust-toolchain instead of action_rs/toolchain by @cakebaker in #59
- ci: remove actions-rs/cargo & use cargo directly by @cakebaker in #60
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #62
- ci: use codecov token by @cakebaker in #64
- ci: use
clippy --all-targets
by @cakebaker in #73
New Contributors
- @drmorr0 made their first contribution in #63
- @matrixhead made their first contribution in #65
- @RenjiSann made their first contribution in #76
Full Changelog: v0.5.0...v0.6.0