Skip to content

Commit

Permalink
chore: Release dfxvm version 0.3.1 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: ericswanson-dfinity <[email protected]>
  • Loading branch information
1 parent 9aec5a3 commit 19f4aae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>` overrides any version specified in dfx.json.
- Fixed: prepends the dfx version bin directory to the PATH when proxying to dfx.

Expand Down Expand Up @@ -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.

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfxvm"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["DFINITY Stiftung <[email protected]>"]
description = "dfx version manager"
Expand Down

0 comments on commit 19f4aae

Please sign in to comment.