Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Feb 25, 2020
1 parent 195be3d commit ab3db10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
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"
Expand Down

0 comments on commit ab3db10

Please sign in to comment.