-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Foreman Changelog | ||
|
||
## 0.5.1 | ||
- 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. | ||
|
||
## 0.5.0 | ||
- Initial release | ||
- Version number chosen so that Foreman can take over the [foreman](https://crates.io/crates/foreman) crate on crates.io and leave existing versions alone. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "0.5.0" | ||
version = "0.5.1" | ||
authors = ["Lucien Greathouse <[email protected]>"] | ||
license = "MIT" | ||
homepage = "https://github.com/rojo-rbx/foreman#readme" | ||
|