Skip to content

Commit

Permalink
Release 1.2.0 (#75)
Browse files Browse the repository at this point in the history
Since `setup-foreman` takes the latest stable by default, the release
will be initially labeled as a prerelease so we can validate CI
workflows.
  • Loading branch information
ZoteTheMighty committed Aug 2, 2023
1 parent b1425b6 commit ed4bdef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

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 = "foreman"
description = "Toolchain manager for simple binary tools"
version = "1.1.0"
version = "1.2.0"
authors = [
"Lucien Greathouse <me@lpghatguy.com>",
"Matt Hargett <plaztiksyke@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/help_command.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source: tests/cli.rs
expression: content
---
foreman 1.1.0
foreman 1.2.0

USAGE:
foreman [FLAGS] <SUBCOMMAND>
Expand Down

0 comments on commit ed4bdef

Please sign in to comment.