Skip to content

Commit

Permalink
chore: Release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jerus-bot committed Jan 11, 2025
1 parent f6242b7 commit ad8f517
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.4.34] - 2025-01-11

### Changed

Expand Down Expand Up @@ -663,7 +663,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#714]: https://github.com/jerus-org/mockd/pull/714
[#716]: https://github.com/jerus-org/mockd/pull/716
[#717]: https://github.com/jerus-org/mockd/pull/717
[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.33...HEAD
[0.4.34]: https://github.com/jerus-org/mockd/compare/v0.4.33...v0.4.34
[0.4.33]: https://github.com/jerus-org/mockd/compare/v0.4.32...v0.4.33
[0.4.32]: https://github.com/jerus-org/mockd/compare/v0.4.31...v0.4.32
[0.4.31]: https://github.com/jerus-org/mockd/compare/v0.4.30...v0.4.31
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mockd"
version = "0.4.33"
version = "0.4.34"
edition = "2021"
authors = ["jerusdp <[email protected]>"]
rust-version = "1.61"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add mockd to the dependencies (typically dev-dependencies) in Cargo.toml
```toml

[dev-dependencies]
mockd = "0.4.33"
mockd = "0.4.34"

```

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//!
//! ```toml
//! [dependencies]
//! mockd = "0.4.33"
//! mockd = "0.4.34"
//! ```
//!
//! ```no_compile
Expand Down

0 comments on commit ad8f517

Please sign in to comment.