Skip to content

Commit

Permalink
Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSandwich committed Jul 23, 2019
1 parent 4fddb71 commit 9676462
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.7.3 - 2019-07-23
- Fix warnings and UB on newer compilers
## 0.7.2 - 2019-06-14
- Add MockContext (thank you @czipperz!)
## 0.7.1 - 2019-05-24
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.7.2"
version = "0.7.3"
authors = ["CodeSandwich <[email protected]>"]
description = "Mocking framework for Rust"
readme = "crates_io_readme.md"
Expand All @@ -18,7 +18,7 @@ travis-ci = { repository = "CodeSandwich/Mocktopus" }
doctest = false

[dependencies]
mocktopus_macros = "=0.7.0"
mocktopus_macros = "=0.7.3"

[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.7.0"
version = "0.7.3"
authors = ["CodeSandwich <[email protected]>"]
description = "Mocktopus procedural macros"
readme = "crates_io_readme.md"
Expand Down

0 comments on commit 9676462

Please sign in to comment.