Skip to content

Commit ab3db10

Browse files
committed
Release 0.5.1
1 parent 195be3d commit ab3db10

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Foreman Changelog
22

3+
## 0.5.1
4+
- On Unix systems, tools now always have permissions of 777.
5+
- This ensures that they're executable, even when the containing archives fail to preserve permissions.
6+
37
## 0.5.0
48
- Initial release
59
- 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.

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "foreman"
33
description = "Toolchain manager for simple binary tools"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = ["Lucien Greathouse <[email protected]>"]
66
license = "MIT"
77
homepage = "https://github.com/rojo-rbx/foreman#readme"

0 commit comments

Comments
 (0)