diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e2a11..a9a9f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.2] - In development +## [0.1.0] - 2024-11-19 ### Changed @@ -72,3 +72,4 @@ Initial release. [0.0.1]: https://github.com/entropyxyz/manul/releases/tag/v0.0.1 +[0.1.0]: https://github.com/entropyxyz/manul/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index e1c5a0c..0987475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,7 +551,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "manul" -version = "0.0.2-dev" +version = "0.1.0" dependencies = [ "criterion", "derive-where", diff --git a/manul/Cargo.toml b/manul/Cargo.toml index 5ec6a93..2f2d651 100644 --- a/manul/Cargo.toml +++ b/manul/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "manul" -version = "0.0.2-dev" +version = "0.1.0" edition = "2021" rust-version = "1.81" authors = ['Entropy Cryptography ']