diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c4c31..39d73c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -All notable changes to this project will be documented in this file. +All notable changes to Zung_mini will be documented in this file. + +## [zung_mini-v0.2.1] - 2024-10-01 + +### 📚 Documentation + +- Zung_mini progbar - Cli documentation updated +- Zung_mini progbar - Fixed docs based on updates to in 0.2.0 +- Zung_mini - Readme updated. ## [zung_mini-v0.2.0] - 2024-09-30 diff --git a/zung_mini/CHANGELOG.md b/zung_mini/CHANGELOG.md new file mode 100644 index 0000000..39d73c9 --- /dev/null +++ b/zung_mini/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +All notable changes to Zung_mini will be documented in this file. + +## [zung_mini-v0.2.1] - 2024-10-01 + +### 📚 Documentation + +- Zung_mini progbar - Cli documentation updated +- Zung_mini progbar - Fixed docs based on updates to in 0.2.0 +- Zung_mini - Readme updated. + +## [zung_mini-v0.2.0] - 2024-09-30 + +### 🚀 Features + +- Added more usage features to progbar cli +- Added more features to progbar library + +### 🐛 Bug Fixes + +- Using the published crate instead + +### 📚 Documentation + +- Updated + +### ⚙️ Miscellaneous Tasks + +- Version bump (#7) + +## [zung_mini-v0.1.2] - 2024-09-30 + +### 🚀 Features + +- Added cli through Clap +- Added more functionality. + +