Skip to content

Commit ed4bdef

Browse files
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.
1 parent b1425b6 commit ed4bdef

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
## 1.2.0 (2023-08-02)
56
- 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))
67
- Support all Tier 1 Rust supported platforms {windows, linux, macos}-{x86_64, i686, aarch64} ([#71](https://github.com/Roblox/foreman/pull/71))
78

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foreman"
33
description = "Toolchain manager for simple binary tools"
4-
version = "1.1.0"
4+
version = "1.2.0"
55
authors = [
66
"Lucien Greathouse <[email protected]>",
77
"Matt Hargett <[email protected]>",

tests/snapshots/help_command.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source: tests/cli.rs
33
expression: content
44
---
5-
foreman 1.1.0
5+
foreman 1.2.0
66

77
USAGE:
88
foreman [FLAGS] <SUBCOMMAND>

0 commit comments

Comments
 (0)