Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Dec 10, 2023
1 parent 1dd573d commit 8cdb23c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.12.0 ] - 2023-12-10

### Added

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

Then use it like this:
Expand Down
4 changes: 2 additions & 2 deletions mockall/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mockall"
version = "0.11.2"
version = "0.12.0"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -44,7 +44,7 @@ fragile = "2.0"
lazy_static = "1.1"
predicates = { version = "3.0.0", default-features = false }
predicates-tree = "1.0"
mockall_derive = { version = "=0.11.2", path = "../mockall_derive" }
mockall_derive = { version = "=0.12.0", path = "../mockall_derive" }

[dev-dependencies]
async-trait = "0.1.38"
Expand Down
2 changes: 1 addition & 1 deletion mockall_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mockall_derive"
version = "0.11.2"
version = "0.12.0"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/asomers/mockall"
Expand Down

0 comments on commit 8cdb23c

Please sign in to comment.