From 1113de69ac056d3df4c398e231c70d7c22f01751 Mon Sep 17 00:00:00 2001 From: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:04:20 -0700 Subject: [PATCH] LUAFDN-1255 - Update changelog, bump version (#61) * Update changelog, bump version * Update sanpshot --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- tests/snapshots/help_command.snap | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6638f44..6704ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Foreman Changelog -## Unreleased +## 1.0.6 (2022-09-28) - Support `macos-aarch64` as an artifact name for Apple Silicon (arm64) binaries ([#60](https://github.com/Roblox/foreman/pull/60)) - Take into account architecture when downloading binaries for linux ([#59](https://github.com/Roblox/foreman/pull/59)) +## 1.0.5 (2022-05-25) + +- Fix artifact selection bug affecting mac os tool downloads ([#53](https://github.com/Roblox/foreman/pull/53)) + ## 1.0.4 (2022-05-13) - Introduce improved error output on using uninstalled tools ([#51](https://github.com/Roblox/foreman/pull/51)) diff --git a/Cargo.lock b/Cargo.lock index 45a533e..05e4fae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,7 +312,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "foreman" -version = "1.0.5" +version = "1.1.0" dependencies = [ "assert_cmd", "command-group", diff --git a/Cargo.toml b/Cargo.toml index 5ace94b..d6bacee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "foreman" description = "Toolchain manager for simple binary tools" -version = "1.0.5" +version = "1.1.0" authors = [ "Lucien Greathouse ", "Matt Hargett ", diff --git a/tests/snapshots/help_command.snap b/tests/snapshots/help_command.snap index acd20d5..0ac20c9 100644 --- a/tests/snapshots/help_command.snap +++ b/tests/snapshots/help_command.snap @@ -2,7 +2,7 @@ source: tests/cli.rs expression: content --- -foreman 1.0.5 +foreman 1.1.0 USAGE: foreman [FLAGS]