Skip to content

Commit

Permalink
LUAFDN-1255 - Update changelog, bump version (#61)
Browse files Browse the repository at this point in the history
* Update changelog, bump version

* Update sanpshot
  • Loading branch information
ZoteTheMighty authored Sep 28, 2022
1 parent ae5447a commit 1113de6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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.0.5"
version = "1.1.0"
authors = [
"Lucien Greathouse <[email protected]>",
"Matt Hargett <[email protected]>",
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.0.5
foreman 1.1.0

USAGE:
foreman [FLAGS] <SUBCOMMAND>
Expand Down

0 comments on commit 1113de6

Please sign in to comment.