Skip to content

Commit 6bcf3e2

Browse files
chore: release (#373)
## πŸ€– New release * `rustic_backend`: 0.5.1 -> 0.5.2 (βœ“ API compatible changes) * `rustic_core`: 0.7.0 -> 0.7.1 (βœ“ API compatible changes) * `rustic_testing`: 0.3.1 -> 0.3.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `rustic_backend` <blockquote> ## [0.5.2](rustic_backend-v0.5.1...rustic_backend-v0.5.2) - 2024-11-27 ### Fixed - *(backend)* temporarily remove ftp service to fix build in ci/cd ([#371](#371)) ### Other - *(deps)* update dependencies - add note about temporarily disabling ftp feature in opendal backend due to build issues - update README badges for rustic_core and rustic_backend to include MSRV </blockquote> ## `rustic_core` <blockquote> ## [0.7.1](rustic_core-v0.7.0...rustic_core-v0.7.1) - 2024-11-27 ### Other - *(deps)* update dependencies - update README badges for rustic_core and rustic_backend to include MSRV </blockquote> ## `rustic_testing` <blockquote> ## [0.3.2](rustic_testing-v0.3.1...rustic_testing-v0.3.2) - 2024-11-27 ### Other - update Cargo.toml dependencies </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
1 parent 569145a commit 6bcf3e2

File tree

7 files changed

+31
-6
lines changed

7 files changed

+31
-6
lines changed

β€ŽCargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcrates/backend/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [0.5.2](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.5.1...rustic_backend-v0.5.2) - 2024-11-27
6+
7+
### Fixed
8+
9+
- *(backend)* temporarily remove ftp service to fix build in ci/cd ([#371](https://github.com/rustic-rs/rustic_core/pull/371))
10+
11+
### Other
12+
13+
- *(deps)* update dependencies
14+
- add note about temporarily disabling ftp feature in opendal backend due to build issues
15+
- update README badges for rustic_core and rustic_backend to include MSRV
16+
517
## [0.5.1](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.5.0...rustic_backend-v0.5.1) - 2024-11-24
618

719
### Other

β€Žcrates/backend/Cargo.toml

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

β€Žcrates/core/CHANGELOG.md

+7
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.7.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.7.0...rustic_core-v0.7.1) - 2024-11-27
6+
7+
### Other
8+
9+
- *(deps)* update dependencies
10+
- update README badges for rustic_core and rustic_backend to include MSRV
11+
512
## [0.7.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.6.1...rustic_core-v0.7.0) - 2024-11-24
613

714
### Other

β€Žcrates/core/Cargo.toml

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

β€Žcrates/testing/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.2](https://github.com/rustic-rs/rustic_core/compare/rustic_testing-v0.3.1...rustic_testing-v0.3.2) - 2024-11-27
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [0.3.1](https://github.com/rustic-rs/rustic_core/compare/rustic_testing-v0.3.0...rustic_testing-v0.3.1) - 2024-11-24
1016

1117
### Other

β€Žcrates/testing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic_testing"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
publish = true

0 commit comments

Comments
Β (0)