From b0d8ff1271bd01accd6df6df13462e55e1e04b2b Mon Sep 17 00:00:00 2001 From: ericswanson-dfinity <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:50:39 +0000 Subject: [PATCH] chore: Release dfxvm version 0.2.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8138c..e66c321 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.0] - 2024-01-30 + - `dfxvm --version` now reports the version - changed the dfxvm-init `--proceed` parameter to `--yes` - static link to openssl @@ -34,7 +36,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.1.3...HEAD +[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.2.0...HEAD +[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 [0.1.1]: https://github.com/dfinity/dfxvm/compare/828e4ed...v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index 5462825..7f75723 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "dfxvm" -version = "0.1.3" +version = "0.2.0" dependencies = [ "assert_cmd", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 7b463c1..e75843a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfxvm" -version = "0.1.3" +version = "0.2.0" edition = "2021" authors = ["DFINITY Stiftung "] description = "dfx version manager"