Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSandwich committed May 23, 2019
1 parent 8066688 commit a146d02
Show file tree
Hide file tree
Showing 2 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.7.1 - 2019-05-24
- Add function for clearing all mocks (thank you @clinedome-work!)
## 0.7.0 - 2019-02-13
- Allow mock closures to call mockable and mocked functions and to create mocks
- Make functions not mocked during execution of their mock closures to prevent recursive calls
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.0"
version = "0.7.1"
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 = { path = "macros" } #"=0.7.0"
mocktopus_macros = "=0.7.0"

[workspace]
members = ["macros"]

0 comments on commit a146d02

Please sign in to comment.