From f0a0666e9b575b6e7ee3600e64a05fc00ff922ab Mon Sep 17 00:00:00 2001 From: Purnendu Chakraborty Date: Tue, 24 Dec 2024 08:25:34 -0600 Subject: [PATCH 1/2] Update CHANGELOG for release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bd685..96c0113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## [2.2.0] - 2024-12-24 + +### Fixed + +### Added + - Hidden option `--location` for mepo that returns the path to the mepo directory - Added ability to print number of stashes in `mepo status` - Added new tests for `mepo clone` From 6d2dbdb3f73fd0a771c679296ccdb0544f57fa8b Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Tue, 24 Dec 2024 09:50:17 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c0113..b03f3f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.2.0] - 2024-12-24 -### Fixed ### Added