Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSandwich committed Jul 17, 2018
1 parent 3aeaa07 commit 9db9d35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 0.5.0
- Fix for rustc 1.29.0-nightly (1ecf6929d 2018-07-16) and newer
### 0.4.1
- Fix tests for rustc 1.29.0-nightly (254f8796b 2018-07-13) and newer
### 0.4.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mocktopus"
version = "0.4.1"
version = "0.5.0"
authors = ["CodeSandwich <igor.zuk@protonmail.com>"]
description = "Mocking framework for Rust"
readme = "crates_io_readme.md"
Expand All @@ -17,7 +17,7 @@ travis-ci = { repository = "CodeSandwich/Mocktopus" }
doctest = false

[dependencies]
mocktopus_macros = {path = "macros"} #"=0.4.0"
mocktopus_macros = "=0.5.0"

[workspace]
members = ["macros"]
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mocktopus_macros"
version = "0.4.1"
version = "0.5.0"
authors = ["CodeSandwich <igor.zuk@protonmail.com>"]
description = "Mocktopus procedural macros"
readme = "crates_io_readme.md"
Expand Down

0 comments on commit 9db9d35

Please sign in to comment.