From 19f4aae6674dd8342161e4079d4838245f7a1461 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:24:25 -0800 Subject: [PATCH] chore: Release dfxvm version 0.3.1 (#70) Co-authored-by: ericswanson-dfinity <64809312+ericswanson-dfinity@users.noreply.github.com> --- 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 0d9cac2..9d31a66 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.3.1] - 2024-02-07 + - Fixed: sets DFX_VERSION when proxying to dfx, so that `dfx +version ` overrides any version specified in dfx.json. - Fixed: prepends the dfx version bin directory to the PATH when proxying to dfx. @@ -52,7 +54,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.3.0...HEAD +[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/dfinity/dfxvm/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/dfinity/dfxvm/compare/v0.2.1...v0.3.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 434789a..ea30af2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ [[package]] name = "dfxvm" -version = "0.3.0" +version = "0.3.1" dependencies = [ "assert_cmd", "backoff", diff --git a/Cargo.toml b/Cargo.toml index d75d6bd..8694f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfxvm" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["DFINITY Stiftung "] description = "dfx version manager"