Skip to content

Commit

Permalink
(cargo-release) version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Oct 18, 2022
1 parent 4153479 commit e6e5e29
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.3 ] - 2022-10-18

### 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.2"
mockall = "0.11.3"
```

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.2"
version = "0.11.3"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit e6e5e29

Please sign in to comment.