diff --git a/CHANGELOG.md b/CHANGELOG.md index 424489a..7ab83c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/nakedible/datealgo-rs/compare/v0.2.1...v0.2.2) - 2024-08-06 + +### Added +- Improve performance of date_to_weekday. + +### Other +- Fix doc error caught by clippy +- Update asm dumps to latest rustc +- Add inline never to asm methods to ensure they get dumped +- Rename internal helper +- Update asm +- Fix typos in rd_to_weekday documentation. + ## [0.2.1](https://github.com/nakedible/datealgo-rs/compare/v0.2.0...v0.2.1) - 2023-12-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index b4d295b..e18b6ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datealgo" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Nuutti Kotivuori "] description = "Low-level date algorithms for libraries"