diff --git a/Cargo.toml b/Cargo.toml index 5a06a9d..eeb5a42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["HugoByte", "The HugoByte Team "] edition = "2021" repository = "https://github.com/hugobyte/composer.git" -version = "0.0.2" +version = "0.0.3" # Config for 'cargo dist' [workspace.metadata.dist] diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index caa3174..560e96e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.0.3] - 2024-05-06 + +### ⚙️ Miscellaneous Tasks + +- Release ([#37](https://github.com/HugoByte/composer/pull/37)) + + ## [0.0.2] - 2024-05-06 ### 🚀 Features diff --git a/composer-primitives/CHANGELOG.md b/composer-primitives/CHANGELOG.md index aace653..0b4c94c 100644 --- a/composer-primitives/CHANGELOG.md +++ b/composer-primitives/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. + ## [0.0.2] - 2024-05-06 ### 🐛 Bug Fixes