Skip to content

Commit

Permalink
Nojira bump release 1.4.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox authored Oct 24, 2023
1 parent 4ccab50 commit f5dde74
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## 1.4.0 (2023-10-24)
- Added generate-artifactory-path command to foreman ([#84](https://github.com/Roblox/foreman/pull/84))

## 1.3.0 (2023-10-10)
- Modified path to follow symlinks for snapshots tests ([#76](https://github.com/Roblox/foreman/pull/76))
- Split Up artiaa_auth Into Separate Library ([#77](https://github.com/Roblox/foreman/pull/77))
- Manual deserialization of toml into toolspec struct by ([#79](https://github.com/Roblox/foreman/pull/79))
- Added Artifactory tool source target support by ([#80](https://github.com/Roblox/foreman/pull/80))
- Properly Kill Subprocesses With ctrl-c by ([#81](https://github.com/Roblox/foreman/pull/81))

## 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
Expand Up @@ -6,7 +6,7 @@ default-members = [".", "artiaa_auth"]
[package]
name = "foreman"
description = "Toolchain manager for simple binary tools"
version = "1.3.0"
version = "1.4.0"
authors = [
"Lucien Greathouse <[email protected]>",
"Matt Hargett <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ foreman supports Github and Gitlab as hosts by default, but you can define your
# source = {source = "https://github.com", protocol = "github"}
# github = {source = "https://github.com", protocol = "github"}
# gitlab = {source = "https://gitlab.com", protocol = "gitlab"}
artifactory = {souce = "https://artifactory.com", protocol = "artifactory"}
artifactory = {source = "https://artifactory.com", protocol = "artifactory"}

[tools]
rotrieve = {artifactory = "tools/rotriever", version = "0.5.12"}
tool = {artifactory = "tools/tool", version = "1.1.0"}
```

foreman currently only supports github, gitlab, and artifactory as protocols.
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.3.0
foreman 1.4.0

USAGE:
foreman [FLAGS] <SUBCOMMAND>
Expand Down

0 comments on commit f5dde74

Please sign in to comment.