From e637b8444f4b61c4bc32ea02ee61714dcbb56de3 Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:07:48 +0000 Subject: [PATCH] chore: release v0.11.4 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ddb64d9..f7c1733bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.11.4](https://github.com/rustic-rs/rustic/compare/v0.11.3...v0.11.4) - 2026-07-06 + +### Fixed + +- set correct UID/GID for dump into tar ([#1801](https://github.com/rustic-rs/rustic/pull/1801)) + +### Other + +- restic instead of rustic ([#1785](https://github.com/rustic-rs/rustic/pull/1785)) +- Update README ([#1783](https://github.com/rustic-rs/rustic/pull/1783)) + ## [0.11.3](https://github.com/rustic-rs/rustic/compare/v0.11.2...v0.11.3) - 2026-06-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3e9cf4054..cd3547006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5199,7 +5199,7 @@ dependencies = [ [[package]] name = "rustic-rs" -version = "0.11.3" +version = "0.11.4" dependencies = [ "abscissa_core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 31659819d..d2137f34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic-rs" -version = "0.11.3" +version = "0.11.4" authors = ["the rustic-rs team"] categories = ["command-line-utilities"] documentation = "https://docs.rs/rustic-rs"