Skip to content

Commit e84373e

Browse files
chore: release (#304)
## πŸ€– New release * `rustic_backend`: 0.4.0 -> 0.4.1 (βœ“ API compatible changes) * `rustic_core`: 0.5.0 -> 0.5.1 (βœ“ API compatible changes) * `rustic_config`: 0.2.1 -> 0.2.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `rustic_backend` <blockquote> ## [0.4.1](rustic_backend-v0.4.0...rustic_backend-v0.4.1) - 2024-10-03 ### Fixed - *(docs)* left over from migration to `conflate` crate ([#296](#296)) </blockquote> ## `rustic_core` <blockquote> ## [0.5.1](rustic_core-v0.5.0...rustic_core-v0.5.1) - 2024-10-03 ### Fixed - fix check without --read-data ([#299](#299)) - *(docs)* left over from migration to `conflate` crate ([#296](#296)) </blockquote> ## `rustic_config` <blockquote> ## [0.2.2](rustic_config-v0.2.1...rustic_config-v0.2.2) - 2024-10-03 ### Fixed - *(docs)* left over from migration to `conflate` crate ([#296](#296)) </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>
1 parent a6fdb1a commit e84373e

File tree

6 files changed

+22
-3
lines changed

6 files changed

+22
-3
lines changed

β€Žcrates/backend/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.1](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.4.0...rustic_backend-v0.4.1) - 2024-10-03
6+
7+
### Fixed
8+
9+
- *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296))
10+
511
## [0.4.0](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.3.0...rustic_backend-v0.4.0) - 2024-10-02
612

713
### Fixed

β€Žcrates/backend/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic_backend"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["the rustic-rs team"]
55
categories = ["data-structures", "filesystem"]
66
documentation = "https://docs.rs/rustic_backend"

β€Žcrates/config/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.2.2](https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.2.1...rustic_config-v0.2.2) - 2024-10-03
8+
9+
### Fixed
10+
11+
- *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296))
12+
713
## [0.2.1](https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.2.0...rustic_config-v0.2.1) - 2024-09-23
814

915
### Other

β€Žcrates/config/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic_config"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["the rustic-rs team"]
55
categories = ["config"]
66
documentation = "https://docs.rs/rustic_config"

β€Žcrates/core/CHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.0...rustic_core-v0.5.1) - 2024-10-03
6+
7+
### Fixed
8+
9+
- fix check without --read-data ([#299](https://github.com/rustic-rs/rustic_core/pull/299))
10+
- *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296))
11+
512
## [0.5.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.4.0...rustic_core-v0.5.0) - 2024-10-02
613

714
### Added

β€Žcrates/core/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic_core"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["the rustic-rs team"]
55
categories = ["data-structures", "encoding", "filesystem"]
66
documentation = "https://docs.rs/rustic_core"

0 commit comments

Comments
Β (0)