Skip to content

Commit 1113de6

Browse files
LUAFDN-1255 - Update changelog, bump version (#61)
* Update changelog, bump version * Update sanpshot
1 parent ae5447a commit 1113de6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Foreman Changelog
22

3-
## Unreleased
3+
## 1.0.6 (2022-09-28)
44

55
- Support `macos-aarch64` as an artifact name for Apple Silicon (arm64) binaries ([#60](https://github.com/Roblox/foreman/pull/60))
66
- Take into account architecture when downloading binaries for linux ([#59](https://github.com/Roblox/foreman/pull/59))
77

8+
## 1.0.5 (2022-05-25)
9+
10+
- Fix artifact selection bug affecting mac os tool downloads ([#53](https://github.com/Roblox/foreman/pull/53))
11+
812
## 1.0.4 (2022-05-13)
913

1014
- Introduce improved error output on using uninstalled tools ([#51](https://github.com/Roblox/foreman/pull/51))

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.0.5"
4+
version = "1.1.0"
55
authors = [
66
"Lucien Greathouse <me@lpghatguy.com>",
77
"Matt Hargett <plaztiksyke@gmail.com>",

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.0.5
5+
foreman 1.1.0
66

77
USAGE:
88
foreman [FLAGS] <SUBCOMMAND>

0 commit comments

Comments
 (0)