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"