From ed4bdefb43b9885e3b56e48337075cdbbac5d305 Mon Sep 17 00:00:00 2001 From: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com> Date: Wed, 2 Aug 2023 14:02:23 -0700 Subject: [PATCH] Release 1.2.0 (#75) Since `setup-foreman` takes the latest stable by default, the release will be initially labeled as a prerelease so we can validate CI workflows. --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- tests/snapshots/help_command.snap | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44e49a..d2ba071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +## 1.2.0 (2023-08-02) - Take into account architecture when downloading binaries for Windows to fix incorrect download of windows-aarch64 assets on win64 hosts ([#71](https://github.com/Roblox/foreman/pull/71)) - Support all Tier 1 Rust supported platforms {windows, linux, macos}-{x86_64, i686, aarch64} ([#71](https://github.com/Roblox/foreman/pull/71)) diff --git a/Cargo.lock b/Cargo.lock index 9911f9e..9e2c8ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,7 +322,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "foreman" -version = "1.1.0" +version = "1.2.0" dependencies = [ "assert_cmd", "command-group", diff --git a/Cargo.toml b/Cargo.toml index c1b4424..8dbfdca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "foreman" description = "Toolchain manager for simple binary tools" -version = "1.1.0" +version = "1.2.0" authors = [ "Lucien Greathouse ", "Matt Hargett ", diff --git a/tests/snapshots/help_command.snap b/tests/snapshots/help_command.snap index 0ac20c9..f95411e 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.1.0 +foreman 1.2.0 USAGE: foreman [FLAGS]