Skip to content

Commit f5dde74

Browse files
Nojira bump release 1.4.0 (#86)
1 parent 4ccab50 commit f5dde74

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

5+
## 1.4.0 (2023-10-24)
6+
- Added generate-artifactory-path command to foreman ([#84](https://github.com/Roblox/foreman/pull/84))
7+
8+
## 1.3.0 (2023-10-10)
9+
- Modified path to follow symlinks for snapshots tests ([#76](https://github.com/Roblox/foreman/pull/76))
10+
- Split Up artiaa_auth Into Separate Library ([#77](https://github.com/Roblox/foreman/pull/77))
11+
- Manual deserialization of toml into toolspec struct by ([#79](https://github.com/Roblox/foreman/pull/79))
12+
- Added Artifactory tool source target support by ([#80](https://github.com/Roblox/foreman/pull/80))
13+
- Properly Kill Subprocesses With ctrl-c by ([#81](https://github.com/Roblox/foreman/pull/81))
14+
515
## 1.2.0 (2023-08-02)
616
- 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))
717
- Support all Tier 1 Rust supported platforms {windows, linux, macos}-{x86_64, i686, aarch64} ([#71](https://github.com/Roblox/foreman/pull/71))

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
@@ -6,7 +6,7 @@ default-members = [".", "artiaa_auth"]
66
[package]
77
name = "foreman"
88
description = "Toolchain manager for simple binary tools"
9-
version = "1.3.0"
9+
version = "1.4.0"
1010
authors = [
1111
"Lucien Greathouse <me@lpghatguy.com>",
1212
"Matt Hargett <plaztiksyke@gmail.com>",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ foreman supports Github and Gitlab as hosts by default, but you can define your
7373
# source = {source = "https://github.com", protocol = "github"}
7474
# github = {source = "https://github.com", protocol = "github"}
7575
# gitlab = {source = "https://gitlab.com", protocol = "gitlab"}
76-
artifactory = {souce = "https://artifactory.com", protocol = "artifactory"}
76+
artifactory = {source = "https://artifactory.com", protocol = "artifactory"}
7777

7878
[tools]
79-
rotrieve = {artifactory = "tools/rotriever", version = "0.5.12"}
79+
tool = {artifactory = "tools/tool", version = "1.1.0"}
8080
```
8181

8282
foreman currently only supports github, gitlab, and artifactory as protocols.

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.3.0
5+
foreman 1.4.0
66

77
USAGE:
88
foreman [FLAGS] <SUBCOMMAND>

0 commit comments

Comments
 (0)