diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 2ce54b1..560e96e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,4 +2,46 @@ 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 + +- Terminal colured output +- Release github workflow + +### 🐛 Bug Fixes + +- Composer version flag to small case ([#19](https://github.com/HugoByte/composer-cli/pull/19)) +- Revise description for the build flag ([#22](https://github.com/HugoByte/composer-cli/pull/22)) +- Update the build command ([#27](https://github.com/HugoByte/composer-cli/pull/27)) +- Use common loader while compiling the echo package to fix the import issue ([#28](https://github.com/HugoByte/composer-cli/pull/28)) +- Release issues + +### 🚜 Refactor + +- Refactor folder structure +- Echo-library +- Bump composer primitives in cli +- Cli commands and types +- Package name to composer-cli + +### 📚 Documentation + +- Update composer readme for build and validate command ([#21](https://github.com/HugoByte/composer-cli/pull/21)) + +### ⚙️ Miscellaneous Tasks + +- Removed unwanted library coloured +- Release ([#34](https://github.com/HugoByte/composer-cli/pull/34)) +- Release ([#36](https://github.com/HugoByte/composer-cli/pull/36)) +- Add license and discription + + diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8739f0c..180a099 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -4,6 +4,8 @@ authors.workspace = true version.workspace = true edition.workspace = true repository.workspace = true +license = "Apache-2.0" +description = "composer is tool to build workflow using echo config files" [package.metadata.wix] upgrade-guid = "2242B0E7-4997-48B2-BAC8-DEEAC0E4AE70" 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