Skip to content

Commit

Permalink
(cargo-release) version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jul 24, 2022
1 parent 3ca58bd commit 7d2bb02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [ Unreleased ] - ReleaseDate
## [ 0.11.2 ] - 2022-07-24

## Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ your `Cargo.toml`:

```toml
[dev-dependencies]
mockall = "0.11.1"
mockall = "0.11.2"
```

Then use it like this:
Expand Down
2 changes: 1 addition & 1 deletion mockall/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mockall"
version = "0.11.1"
version = "0.11.2"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 7d2bb02

Please sign in to comment.