From dccc7c974f7aaccfccdc872a1029c13375a998b9 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 23 May 2022 18:24:14 -0400 Subject: [PATCH] Release v0.2.2 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51bcbe..23f58ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Aftman Changelog ## Unreleased Changes + +## [0.2.2] (May 23, 2022) * Fixed building on non-Windows platforms +* Started publishing binaries for several platforms: + * Windows (x86_64) + * Linux (x86_64) + * macOS (x86_64 and AArch64) + +[0.2.2]: https://github.com/LPGhatguy/aftman/releases/tag/v0.2.2 ## 0.2.1 (May 23, 2022) * Added `aftman install` diff --git a/Cargo.lock b/Cargo.lock index 57752f6..79de102 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aftman" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 6682cc2..f48fa6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aftman" description = "Aftman is a command line toolchain manager" -version = "0.2.1" +version = "0.2.2" license = "MIT" edition = "2021" repository = "https://github.com/LPGhatguy/aftman"