Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nrxus committed Oct 19, 2021
1 parent b43fbd5 commit 43027e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.1.5
* Be more explicit about stubbing vs mocking
* Fixed issue where faux was requiring MSRV 1.54.0 because of doctests

## v0.1.4
* Make sure `faux` is using the latest version of `faux_macros`

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 = "faux"
version = "0.1.4"
version = "0.1.5"
authors = ["Andres <[email protected]>"]
license = "MIT"
description = "A library to mock structs"
Expand All @@ -11,7 +11,7 @@ keywords = ["mock", "mocking", "test", "testing", "faux"]
readme = "README.md"

[dependencies]
faux_macros = { path = "faux_macros", version = "0.1.4" }
faux_macros = { path = "faux_macros", version = "0.1.5" }
paste = "1.0.4"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion faux_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faux_macros"
version = "0.1.4"
version = "0.1.5"
authors = ["Andres <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 43027e4

Please sign in to comment.