From 7f88b7d4a544ba1c8a87c443a625b220b85406db Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 06:06:00 +0000 Subject: [PATCH] chore: release v0.11.3 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa750f95f..4eb448d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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-05-02 + +### Added + +- Add warning about profile-substitute without profiles ([#1743](https://github.com/rustic-rs/rustic/pull/1743)) +- *(commands)* Add version command ([#1738](https://github.com/rustic-rs/rustic/pull/1738)) + +### Fixed + +- 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)) + +### Other + +- *(deps)* bump thin-vec from 0.2.14 to 0.2.16 ([#1732](https://github.com/rustic-rs/rustic/pull/1732)) +- *(deps)* bump rustls-webpki from 0.103.10 to 0.103.13 ([#1745](https://github.com/rustic-rs/rustic/pull/1745)) + ## [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 8b742d124..cc925f596 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4261,7 +4261,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 e0d4d8483..fc05d7d52 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"