From 21f2c5f43dc4a768b91232a5d7171e4c05e8af44 Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:04:29 +0000 Subject: [PATCH] chore: release v0.11.3 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa750f95f..85ddb64d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to this project will be documented in this file. +## [0.11.3](https://github.com/rustic-rs/rustic/compare/v0.11.2...v0.11.3) - 2026-06-03 + +### Added + +- Add opendal as backup source ([#1769](https://github.com/rustic-rs/rustic/pull/1769), [#518](https://github.com/rustic-rs/rustic_core/pull/518)) +- Add ls option to backup command ([#1771](https://github.com/rustic-rs/rustic/pull/1771)) +- add JSON progress output option ([#1751](https://github.com/rustic-rs/rustic/pull/1751)) +- enable pcloud backend feature ([#515](https://github.com/rustic-rs/rustic_core/pull/515)) +- Add warning about profile-substitute without profiles ([#1743](https://github.com/rustic-rs/rustic/pull/1743)) +- Add version command ([#1738](https://github.com/rustic-rs/rustic/pull/1738)) +- scope destination scan to snapshot-relevant paths for restore ([#493](https://github.com/rustic-rs/rustic_core/pull/493)) + +### Fixed + +- Throttle configuration example ([#1766](https://github.com/rustic-rs/rustic/pull/1766)) +- add required scheme to sftp endpoint ([#1758](https://github.com/rustic-rs/rustic/pull/1758)) +- use indicatif-log-bridge to avoid breaking progress bar on log ([#1747](https://github.com/rustic-rs/rustic/pull/1747)) +- respect config-supplied backup(.snapshot).init ([#1742](https://github.com/rustic-rs/rustic/pull/1742)) +- local BE - don't leave broken files when writing fails ([#499](https://github.com/rustic-rs/rustic_core/pull/499)) +- include repo root in warmup paths ([#509](https://github.com/rustic-rs/rustic_core/pull/509)) ([#510](https://github.com/rustic-rs/rustic_core/pull/510)) + +### Other + +- dependency updates ([#1772](https://github.com/rustic-rs/rustic/pull/1772), [#1767](https://github.com/rustic-rs/rustic/pull/1767), [#507](https://github.com/rustic-rs/rustic_core/pull/507)) +- config/README.md: mention string requirement for [repository.options] ([#1750](https://github.com/rustic-rs/rustic/pull/1750)) +- Add link/note to opendal's backend documentation ([#1749](https://github.com/rustic-rs/rustic/pull/1749)) +- add gdrive service example ([#1760](https://github.com/rustic-rs/rustic/pull/1760)) +- Use Smallvec ([#514](https://github.com/rustic-rs/rustic_core/pull/514)) +- parallelize blob fetch in dump command ([#501](https://github.com/rustic-rs/rustic_core/pull/501)) + ## [0.11.2](https://github.com/rustic-rs/rustic/compare/v0.11.1...v0.11.2) - 2026-04-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index e24b1c156..3e9cf4054 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5199,7 +5199,7 @@ dependencies = [ [[package]] name = "rustic-rs" -version = "0.11.2" +version = "0.11.3" dependencies = [ "abscissa_core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5e6204d53..31659819d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic-rs" -version = "0.11.2" +version = "0.11.3" authors = ["the rustic-rs team"] categories = ["command-line-utilities"] documentation = "https://docs.rs/rustic-rs"