Skip to content

Commit c72f32d

Browse files
committed
chore: Release [skip ci]
1 parent dd171cb commit c72f32d

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.23] - 2024-10-12
99

1010
### Security
1111

@@ -556,7 +556,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
556556
[#690]: https://github.com/jerus-org/mockd/pull/690
557557
[#691]: https://github.com/jerus-org/mockd/pull/691
558558
[#692]: https://github.com/jerus-org/mockd/pull/692
559-
[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.22...HEAD
559+
[0.4.23]: https://github.com/jerus-org/mockd/compare/v0.4.22...v0.4.23
560560
[0.4.22]: https://github.com/jerus-org/mockd/compare/v0.4.21...v0.4.22
561561
[0.4.21]: https://github.com/jerus-org/mockd/compare/v0.4.20...v0.4.21
562562
[0.4.20]: https://github.com/jerus-org/mockd/compare/v0.4.19...v0.4.20

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.22"
3+
version = "0.4.23"
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.22"
35+
mockd = "0.4.23"
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.22"
31+
//! mockd = "0.4.23"
3232
//! ```
3333
//!
3434
//! ```no_compile

0 commit comments

Comments
 (0)