Skip to content

Commit 19f4aae

Browse files
github-actions[bot]ericswanson-dfinity
andauthored
chore: Release dfxvm version 0.3.1 (#70)
Co-authored-by: ericswanson-dfinity <64809312+ericswanson-dfinity@users.noreply.github.com>
1 parent 9aec5a3 commit 19f4aae

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [0.3.1] - 2024-02-07
13+
1214
- Fixed: sets DFX_VERSION when proxying to dfx, so that `dfx +version <command>` overrides any version specified in dfx.json.
1315
- Fixed: prepends the dfx version bin directory to the PATH when proxying to dfx.
1416

@@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5254
- does not yet clean up previously-installed dfx versions.
5355

5456
<!-- next-url -->
55-
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.3.0...HEAD
57+
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.3.1...HEAD
58+
[0.3.1]: https://github.com/dfinity/dfxvm/compare/v0.3.0...v0.3.1
5659
[0.3.0]: https://github.com/dfinity/dfxvm/compare/v0.2.1...v0.3.0
5760
[0.2.1]: https://github.com/dfinity/dfxvm/compare/v0.2.0...v0.2.1
5861
[0.2.0]: https://github.com/dfinity/dfxvm/compare/v0.1.3...v0.2.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfxvm"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
66
description = "dfx version manager"

0 commit comments

Comments
 (0)