diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddbd83..4b6e9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,12 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. +## 0.1.0 (09 November 2024) + +### Added + + - Added `Weekdays` type with full set of functionality + - Added unit tests + - Added README documentation + + diff --git a/Cargo.toml b/Cargo.toml index bd388f9..3a75dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weekdays" -version = "0.0.1" +version = "0.1.0" description = "Days of the week bit-mapped in a single byte" categories = ["data-structures", "database", "date-and-time", "encoding"] keywords = ["date", "integer", "library", "utility", "weekday"]