Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Nov 17, 2024
1 parent 46747dc commit 62f92cb
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 @@ -3,7 +3,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.13.1 ] - 2024-11-17

### 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.13.0"
mockall = "0.13.1"
```

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.13.0"
version = "0.13.1"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -43,7 +43,7 @@ downcast = "0.11"
fragile = "2.0"
predicates = { version = "3.0.0", default-features = false }
predicates-tree = "1.0"
mockall_derive = { version = "=0.13.0", path = "../mockall_derive" }
mockall_derive = { version = "=0.13.1", 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.13.0"
version = "0.13.1"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asomers/mockall"
Expand Down

0 comments on commit 62f92cb

Please sign in to comment.