Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Nov 9, 2024
1 parent 71b1531 commit 47ca55d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 47ca55d

Please sign in to comment.