Skip to content

Commit 7f88b7d

Browse files
chore: release v0.11.3
1 parent bf3c820 commit 7f88b7d

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## [0.11.3](https://github.com/rustic-rs/rustic/compare/v0.11.2...v0.11.3) - 2026-05-02
6+
7+
### Added
8+
9+
- Add warning about profile-substitute without profiles ([#1743](https://github.com/rustic-rs/rustic/pull/1743))
10+
- *(commands)* Add version command ([#1738](https://github.com/rustic-rs/rustic/pull/1738))
11+
12+
### Fixed
13+
14+
- use indicatif-log-bridge to avoid breaking progress bar on log ([#1747](https://github.com/rustic-rs/rustic/pull/1747))
15+
- respect config-supplied backup(.snapshot).init ([#1742](https://github.com/rustic-rs/rustic/pull/1742))
16+
17+
### Other
18+
19+
- *(deps)* bump thin-vec from 0.2.14 to 0.2.16 ([#1732](https://github.com/rustic-rs/rustic/pull/1732))
20+
- *(deps)* bump rustls-webpki from 0.103.10 to 0.103.13 ([#1745](https://github.com/rustic-rs/rustic/pull/1745))
21+
522
## [0.11.2](https://github.com/rustic-rs/rustic/compare/v0.11.1...v0.11.2) - 2026-04-05
623

724
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic-rs"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
authors = ["the rustic-rs team"]
55
categories = ["command-line-utilities"]
66
documentation = "https://docs.rs/rustic-rs"

0 commit comments

Comments
 (0)