Skip to content

Commit 9e2384d

Browse files
authored
Add FOREMAN_HOME environment variable (#39)
1 parent 3f329e1 commit 9e2384d

22 files changed

+803
-383
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
rust_version: [stable, "1.42.0"]
30+
rust_version: [stable, "1.53.0"]
3131

3232
steps:
3333
- uses: actions/checkout@v2

CHANGELOG.md

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

33
## Unreleased Changes
44

5-
## 1.0.3 (2022-01-06)
5+
- Add environment variable to override Foreman home directory ([#39](https://github.com/Roblox/foreman/pull/39))
66
- Support tools hosted on GitLab ([#31](https://github.com/Roblox/foreman/pull/31))
77
- Updated config format to support both GitHub and GitLab tools
88
- Added `foreman gitlab-auth` command for authenticating with GitLab.

0 commit comments

Comments
 (0)