Skip to content

Commit 85944a9

Browse files
committed
chore: Release [skip ci]
1 parent ef200ee commit 85944a9

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.29] - 2024-11-22
99

1010
### Security
1111

@@ -613,7 +613,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
613613
[#703]: https://github.com/jerus-org/mockd/pull/703
614614
[#704]: https://github.com/jerus-org/mockd/pull/704
615615
[#706]: https://github.com/jerus-org/mockd/pull/706
616-
[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.28...HEAD
616+
[0.4.29]: https://github.com/jerus-org/mockd/compare/v0.4.28...v0.4.29
617617
[0.4.28]: https://github.com/jerus-org/mockd/compare/v0.4.27...v0.4.28
618618
[0.4.27]: https://github.com/jerus-org/mockd/compare/v0.4.26...v0.4.27
619619
[0.4.26]: https://github.com/jerus-org/mockd/compare/v0.4.25...v0.4.26

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

0 commit comments

Comments
 (0)