Skip to content

Commit 8942569

Browse files
committed
chore: Release [skip ci]
1 parent 99081bc commit 8942569

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.4.31] - 2024-12-13
99

1010
### Security
1111

@@ -627,7 +627,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
627627
[#706]: https://github.com/jerus-org/mockd/pull/706
628628
[#707]: https://github.com/jerus-org/mockd/pull/707
629629
[#708]: https://github.com/jerus-org/mockd/pull/708
630-
[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.30...HEAD
630+
[0.4.31]: https://github.com/jerus-org/mockd/compare/v0.4.30...v0.4.31
631631
[0.4.30]: https://github.com/jerus-org/mockd/compare/v0.4.29...v0.4.30
632632
[0.4.29]: https://github.com/jerus-org/mockd/compare/v0.4.28...v0.4.29
633633
[0.4.28]: https://github.com/jerus-org/mockd/compare/v0.4.27...v0.4.28

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mockd"
3-
version = "0.4.30"
3+
version = "0.4.31"
44
edition = "2021"
55
authors = ["jerusdp <[email protected]>"]
66
rust-version = "1.61"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add mockd to the dependencies (typically dev-dependencies) in Cargo.toml
3232
```toml
3333

3434
[dev-dependencies]
35-
mockd = "0.4.30"
35+
mockd = "0.4.31"
3636

3737
```
3838

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//!
2929
//! ```toml
3030
//! [dependencies]
31-
//! mockd = "0.4.30"
31+
//! mockd = "0.4.31"
3232
//! ```
3333
//!
3434
//! ```no_compile

0 commit comments

Comments
 (0)