From 383a935d98e5ebdb66c9d33320cbb2e432bebf1d Mon Sep 17 00:00:00 2001 From: Purnendu Chakraborty Date: Wed, 2 Oct 2024 10:58:48 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a21fec6..161a5c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## [2.1.0] - 2024-10-02 + +### Fixed + +- Fixed mepo completion + +### Added + - Added ability to print version info via `mepo --version` +- Added install instructions for spack and brew tap +- Added tests for Registry and MepoComponent classes ### Changed +- Full path of remote url is now stored in the state file +- Some refactor of component.py +- Removed MepoState dependency in git.py + ## [2.0.0] - 2024-08-12 ### Fixed