Releases: Roblox/foreman
Releases · Roblox/foreman
1.0.4
What's Changed
- Add support for Apple Silicon (arm64) binaries by @amatosov-rbx in #46
- Note: Cross-compilation has encountered issues. This will be revisited in the next release. For now, please build from source via cargo on M1 Macs.
- Update README.md by @ZoteTheMighty in #50
- Better error for missing install by @ZoteTheMighty in #51
New Contributors
- @amatosov-rbx made their first contribution in #46
- @ZoteTheMighty made their first contribution in #50
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Changes since 1.0.2
- Report correct exit code (#41)
- Improve error handling to reduces crashes and add more useful error messages (#40)
- Add environment variable to override Foreman home directory (#39)
- Support tools hosted on GitLab (#31)
- Updated config format to support both GitHub and GitLab tools
- Added
foreman gitlab-auth
command for authenticating with GitLab.
- Logging improvements (#30)
- Add command line option to increase logging level (
-v
,-vv
, etc) - Add an INFO-level log explaining when a release version tag name doesn't match expected convention.
- Default logging to INFO level. Fixes (#27).
- Add command line option to increase logging level (
v1.0.2
v1.0.1
This change has no code changes, but fixes an issue displaying the project's README on its crates.io page.
v1.0.0
v0.6.0
v0.5.1
This is a small update as part of iterating on setup-foreman, an in-progress GitHub Action I've been working on to install Foreman on CI machines.
Changes since 0.5.0
- On Unix systems, tools now always have permissions of 777.
- This ensures that they're executable, even when the containing archives fail to preserve permissions.