Skip to content

Commit

Permalink
chore(Cargo.toml) Version Bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Jul 7, 2016
1 parent 402ea9e commit d23e4a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v0.5.0"></a>
## v0.5.0
Feature:
- Added `new` SubCommand for generating new project files.

Bug:
- Silence un-needed output.

Refactored:
- Expressions in project/parser.rs to utilize `if let`.
- Removed the linker from ./cargo/config. It had conflicts when actually
building on osx.
- When help is displayed.

<a name="v0.4.0"></a>
## v0.4.0 (2016-06-19)
Enhancement:
Expand Down
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,6 +1,6 @@
[package]
name = "muxed"
version = "0.4.0"
version = "0.5.0"
authors = ["Brian Pearce"]

[dependencies]
Expand Down

0 comments on commit d23e4a9

Please sign in to comment.