Skip to content

Commit 02bd6e3

Browse files
chore(release): prepare release 1.0.2 (#112)
* chore: Release dfxvm version 1.0.2 * Trigger builds. --------- Co-authored-by: vincent-dfinity <118719397+vincent-dfinity@users.noreply.github.com> Co-authored-by: Vincent Zhang <vincent.zhang@dfinity.org>
1 parent 39b63c0 commit 02bd6e3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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+
## [1.0.2] - 2025-08-06
13+
1214
- `dfxvm` now has the aarch64-linux version and supports installing dfx with the aarch64-linux binaries.
1315

1416
## [1.0.1] - 2025-07-02
@@ -66,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6668
- does not yet clean up previously-installed dfx versions.
6769

6870
<!-- next-url -->
69-
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v1.0.1...HEAD
71+
[Unreleased]: https://github.com/dfinity/dfxvm/compare/v1.0.2...HEAD
72+
[1.0.2]: https://github.com/dfinity/dfxvm/compare/v1.0.1...v1.0.2
7073
[1.0.1]: https://github.com/dfinity/dfxvm/compare/v1.0.0...v1.0.1
7174
[1.0.0]: https://github.com/dfinity/dfxvm/compare/v0.3.1...v1.0.0
7275
[0.3.1]: https://github.com/dfinity/dfxvm/compare/v0.3.0...v0.3.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 = "1.0.1"
3+
version = "1.0.2"
44
edition = "2021"
55
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
66
description = "dfx version manager"

0 commit comments

Comments
 (0)