Releases: uutils/parse_datetime
Releases · uutils/parse_datetime
v0.6.0
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
v0.5.0
What's Changed
- add 'next' and 'last' support by @undali in #26
- Add test for parsing epoch seconds by @Benjscho in #31
- Add tests for unix timestamp by @philolo1 in #32
- Use timestamp_opt() instead of timestamp() in test by @cakebaker in #38
- Make parse_datetime::parse_datetime::from_str accept relative time by @philolo1 in #33
- Fix small smelling error in readme by @philolo1 in #41
- Adapt chrono settings to remove old time crate by @cakebaker in #42
- Use Rust 2021 edition for fuzzing by @cakebaker in #45
- Update actions/checkout action to v4 by @renovate in #47
- Update codecov/codecov-action action to v4 by @renovate in #48
- update version to 0.5.0 by @philolo1 in #46
dep updates
- Update Rust crate regex to v1.9.1 by @renovate in #27
- Update Rust crate regex to 1.9.3 by @renovate in #29
- Update Rust crate regex to 1.9.4 by @renovate in #35
- Update Rust crate regex to 1.9.5 by @renovate in #44
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- add datetime parser by @Benjscho in #12
- Also fuzz fuzz_parse_datetime_from_str for a minute by @sylvestre in #21
- rename from humantime_to_duration to parse_datetime by @sylvestre in #22
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Adapt chrono settings to remove old time crate by @cakebaker in #14
- Added Syntax Highlighting to Example in ReadME by @Redfire75369 in #15
- Update Rust crate regex to 1.8.4 by @renovate in #16
- Downgrade libc from 0.2.145 to 0.2.144 by @cakebaker in #17
New Contributors
- @Redfire75369 made their first contribution in #15
Full Changelog: v0.3.0...v0.3.1