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 d605f45 commit 7e4af04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mockall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mockall_derive = { version = "=0.12.0", path = "../mockall_derive" }
[dev-dependencies]
async-trait = "0.1.38"
futures = "0.3.7"
mockall_double = { version = "^0.3.0", path = "../mockall_double" }
mockall_double = { version = "^0.3.1", path = "../mockall_double" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion mockall_double/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.3.1 ] - 2023-12-10

Updated the `syn` dependency. No user-visible changes.
([#469](https://github.com/asomers/mockall/pull/469))
Expand Down
2 changes: 1 addition & 1 deletion mockall_double/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mockall_double"
version = "0.3.0"
version = "0.3.1"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/asomers/mockall"
Expand Down
2 changes: 1 addition & 1 deletion mockall_double/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ your `Cargo.toml`:

```toml
[dependencies]
mockall_double = "0.2.1"
mockall_double = "0.3.1"

[dev-dependencies]
mockall = "0.12.0"
Expand Down

0 comments on commit 7e4af04

Please sign in to comment.