diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b8c6f..062958a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. +## 0.1.1 (29 September 2023) + +### Changed + + - Improved README documentation + - Improved Rustdoc documentation + + ## 0.1.0 (27 September 2023) ### Added diff --git a/Cargo.toml b/Cargo.toml index 159cf88..be821ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" authors = ["Dan Williams "] diff --git a/crates/rubedo-macros/Cargo.toml b/crates/rubedo-macros/Cargo.toml index 9684004..92a1ef6 100644 --- a/crates/rubedo-macros/Cargo.toml +++ b/crates/rubedo-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rubedo-macros" -version = "0.1.0" +version = "0.1.1" description = "Proc macros for Rubedo" categories = [] keywords = ["macro", "library", "utility"] diff --git a/crates/rubedo/Cargo.toml b/crates/rubedo/Cargo.toml index 023a41b..00eee0b 100644 --- a/crates/rubedo/Cargo.toml +++ b/crates/rubedo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rubedo" -version = "0.1.0" +version = "0.1.1" description = "Library of useful functionality and extensions" categories = [] keywords = ["library", "utility"]