Skip to content

Commit

Permalink
chore(conflate): release v0.3.3 (#35)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `conflate`: 0.3.2 -> 0.3.3 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `conflate`
<blockquote>

##
[0.3.3](conflate-v0.3.2...conflate-v0.3.3)
- 2024-11-20

### Added

- enhance MergeFrom trait with detailed documentation and add
MergePrecedence trait for prioritized merging
- add MergeFrom trait to conflate
([#34](#34))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
  • Loading branch information
rustic-release-plz[bot] authored Nov 20, 2024
1 parent e6eb911 commit 87d4b29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolver = "2"
rust-version = "1.64.0"

[workspace.dependencies]
conflate = { path = "crates/conflate", version = "0.3.2" }
conflate = { path = "crates/conflate", version = "0.3.3" }
conflate_derive = { path = "crates/conflate_derive", version = "0.2.0" }

# see: https://nnethercote.github.io/perf-book/build-configuration.html
Expand Down
7 changes: 7 additions & 0 deletions crates/conflate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3](https://github.com/rustic-rs/conflate/compare/conflate-v0.3.2...conflate-v0.3.3) - 2024-11-20

### Added

- enhance MergeFrom trait with detailed documentation and add MergePrecedence trait for prioritized merging
- add MergeFrom trait to conflate ([#34](https://github.com/rustic-rs/conflate/pull/34))

## [0.3.2](https://github.com/rustic-rs/conflate/compare/conflate-v0.3.1...conflate-v0.3.2) - 2024-11-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/conflate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "conflate"
version = "0.3.2"
version = "0.3.3"
authors = ["the rustic-rs team", "Robin Krahl <[email protected]>"]
categories = ["rust-patterns"]
documentation = "https://docs.rs/conflate"
Expand Down

0 comments on commit 87d4b29

Please sign in to comment.