diff --git a/CHANGELOG.md b/CHANGELOG.md index 5299bb1..4ad4da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.1] - 2024-02-05 + - Removed openssl dependencies. - Added `dfxvm self uninstall` command, which uninstalls dfxvm and all versions of dfx. - `dfxvm-init` now removes older dfx versions found on the path, by default. @@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - does not yet clean up previously-installed dfx versions. -[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/dfinity/dfxvm/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/dfinity/dfxvm/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/dfinity/dfxvm/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/dfinity/dfxvm/compare/v0.1.1...v0.1.2 diff --git a/Cargo.lock b/Cargo.lock index 9b8cffa..9bbb1ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ [[package]] name = "dfxvm" -version = "0.2.0" +version = "0.2.1" dependencies = [ "assert_cmd", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 8198994..f170df4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfxvm" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["DFINITY Stiftung "] description = "dfx version manager"