diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9f873..e38da14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.0.29] - 2024-12-27 + +### 📚 Documentation + +- Update rustdoc + +### ⚙️ Miscellaneous Tasks + +- Remove lock from examples + ## [1.0.28] - 2024-12-27 ### ⚙️ Miscellaneous Tasks @@ -10,6 +20,7 @@ All notable changes to this project will be documented in this file. - Update release.toml - Remove - cargo release hook - Init CHANGELOG.md +- Release blockchain-cli version 1.0.28 ## [1.0.27] - 2024-12-21 diff --git a/Cargo.lock b/Cargo.lock index 16617d2..937e68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "blockchain-cli" -version = "1.0.28" +version = "1.0.29" dependencies = [ "chrono", "rand", diff --git a/Cargo.toml b/Cargo.toml index 8312039..a399756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blockchain-cli" description = "A Rust crate provides an interface for interacting with a blockchain." -version = "1.0.28" +version = "1.0.29" edition = "2021" license = "MIT" readme = "README.md"