diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md new file mode 100644 index 00000000..7b8d873d --- /dev/null +++ b/crates/cli/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/pace-rs/pace/releases/tag/pace_cli-v0.1.0) - 2024-02-14 + +### Added + +- *(commands)* introduce new `pace craft setup` command to make onboarding + easier ([#10](https://github.com/pace-rs/pace/pull/10)) + +### Other + +- update readmes +- update cargo manifests