Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSandwich committed Jul 15, 2018
1 parent 1ca865c commit a2c94fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 0.4.1
- Fix tests for rustc 1.29.0-nightly (254f8796b 2018-07-13) and newer
### 0.4.0
- Port to rustc 1.28.0-nightly (71e87be38 2018-05-22) and newer
### 0.3.8
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mocktopus"
version = "0.4.0"
version = "0.4.1"
authors = ["CodeSandwich <[email protected]>"]
description = "Mocking framework for Rust"
readme = "crates_io_readme.md"
Expand Down
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.0"
version = "0.4.1"
authors = ["CodeSandwich <[email protected]>"]
description = "Mocktopus procedural macros"
readme = "crates_io_readme.md"
Expand Down

0 comments on commit a2c94fa

Please sign in to comment.