Skip to content

Commit

Permalink
(cargo-release) version 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Mar 26, 2023
1 parent 790426d commit d5351f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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.4 ] - 2023-03-26

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ your `Cargo.toml`:

```toml
[dev-dependencies]
mockall = "0.11.3"
mockall = "0.11.4"
```

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

0 comments on commit d5351f7

Please sign in to comment.