-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(conflate): release v0.3.3 (#35)
## 🤖 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
1 parent
e6eb911
commit 87d4b29
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|