Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed May 21, 2024
1 parent f95faff commit 7f7fc9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased Changes

## [0.3.0] (May 11, 2024)
* Switched from OpenSSL to rustls, which should fix some dynamic dependency issues on certain distributions. ([#62])
* Added support for Linux AArch64 builds ([#64])

[#62]: https://github.com/LPGhatguy/aftman/pull/62
[#64]: https://github.com/LPGhatguy/aftman/pull/64
[0.3.0]: https://github.com/LPGhatguy/aftman/releases/tag/v0.3.0

## [0.2.8] (May 2, 2024)
* Improved trust check logic and added `--skip-untrusted` flag ([#38])
* Fixed macOS AArch64 builds actually being x86-64 ([#34])
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,7 +1,7 @@
[package]
name = "aftman"
description = "Aftman is a command line toolchain manager"
version = "0.2.8"
version = "0.3.0"
rust-version = "1.58.0"
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit 7f7fc9c

Please sign in to comment.