Skip to content

Commit 43037e3

Browse files
github-actions[bot]ericswanson-dfinity
andauthored
chore: Release dfxvm version 0.1.2 (#36)
Co-authored-by: ericswanson-dfinity <64809312+ericswanson-dfinity@users.noreply.github.com>
1 parent dc8695a commit 43037e3

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.1.2] - 2023-12-19
13+
1214
- dfxvm-init now alters profile scripts to modify the PATH environment variable.
1315

1416
## [0.1.1] - 2023-12-04
@@ -24,5 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2426
- does not yet clean up previously-installed dfx versions.
2527

2628
<!-- next-url -->
27-
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.1.1...HEAD
29+
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v0.1.2...HEAD
30+
[0.1.2]: https://github.com/dfinity/dfxvm/compare/v0.1.1...v0.1.2
2831
[0.1.1]: https://github.com/dfinity/dfxvm/compare/828e4ed...v0.1.1

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.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
66
description = "dfx version manager"

0 commit comments

Comments
 (0)