Skip to content

Commit c1a6a55

Browse files
committed
Bump version to 0.6.0
1 parent 7c891c1 commit c1a6a55

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.0 - 2019-09-02
2+
- Fix for rustc 1.31.0-nightly (ad6e5c003 2018-09-28) and newer (thank you @asomers and @rye!)
13
## 0.5.0 - 2018-07-17
24
- Fix for rustc 1.29.0-nightly (1ecf6929d 2018-07-16) and newer
35
## 0.4.1 - 2018-07-15

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mocktopus"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["CodeSandwich <[email protected]>"]
55
description = "Mocking framework for Rust"
66
readme = "crates_io_readme.md"
@@ -17,7 +17,7 @@ travis-ci = { repository = "CodeSandwich/Mocktopus" }
1717
doctest = false
1818

1919
[dependencies]
20-
mocktopus_macros = "=0.5.0"
20+
mocktopus_macros = "=0.6.0"
2121

2222
[workspace]
2323
members = ["macros"]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mocktopus_macros"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["CodeSandwich <[email protected]>"]
55
description = "Mocktopus procedural macros"
66
readme = "crates_io_readme.md"

0 commit comments

Comments
 (0)