Skip to content

Commit

Permalink
🔖 Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Apr 11, 2023
1 parent 568f9af commit 9114104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.3.0] - Unreleased
## [0.3.0] - 2023-04-11
### Added
- Impl `Ord`, `PartialOrd`, `FromStr` for `DateTime`, `Date` and `Time`
- Impl Serde `Serialize` and `Deserialize` for `DateTime`, `Date` and `Time`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astrolabe"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Date and time library for Rust. Aims to be feature rich, lightweight and easy-to-use."
homepage = "https://github.com/giyomoon/astrolabe"
Expand Down

0 comments on commit 9114104

Please sign in to comment.