Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSandwich committed Feb 9, 2019
1 parent 7c891c1 commit c1a6a55
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.6.0 - 2019-09-02
- Fix for rustc 1.31.0-nightly (ad6e5c003 2018-09-28) and newer (thank you @asomers and @rye!)
## 0.5.0 - 2018-07-17
- Fix for rustc 1.29.0-nightly (1ecf6929d 2018-07-16) and newer
## 0.4.1 - 2018-07-15
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.5.0"
version = "0.6.0"
authors = ["CodeSandwich <[email protected]>"]
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 = "=0.5.0"
mocktopus_macros = "=0.6.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.5.0"
version = "0.6.0"
authors = ["CodeSandwich <[email protected]>"]
description = "Mocktopus procedural macros"
readme = "crates_io_readme.md"
Expand Down

0 comments on commit c1a6a55

Please sign in to comment.