diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..04d0cb0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# 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/cilki/wsx/releases/tag/v0.1.0) - 2024-05-05 + +### Other +- update readme +- cargo update +- rename crate +- replace logging with tracing +- replace simple_error with anyhow +- compute_cache_key +- finish drop implementation +- Replace clap with pico-args because we won't need all the features +- Rename RepoPath -> RepoPattern +- Add several modules +- Initial commit