Skip to content

Commit 7664a5d

Browse files
chore: release v0.11.3
1 parent aba131b commit 7664a5d

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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-06-03
6+
7+
### Added
8+
9+
- Add ls option to backup command ([#1771](https://github.com/rustic-rs/rustic/pull/1771))
10+
- add JSON progress output option ([#1751](https://github.com/rustic-rs/rustic/pull/1751))
11+
- Add warning about profile-substitute without profiles ([#1743](https://github.com/rustic-rs/rustic/pull/1743))
12+
- *(commands)* Add version command ([#1738](https://github.com/rustic-rs/rustic/pull/1738))
13+
14+
### Fixed
15+
16+
- Throttle configuration example ([#1766](https://github.com/rustic-rs/rustic/pull/1766))
17+
- add required scheme to sftp endpoint ([#1758](https://github.com/rustic-rs/rustic/pull/1758))
18+
- use indicatif-log-bridge to avoid breaking progress bar on log ([#1747](https://github.com/rustic-rs/rustic/pull/1747))
19+
- respect config-supplied backup(.snapshot).init ([#1742](https://github.com/rustic-rs/rustic/pull/1742))
20+
21+
### Other
22+
23+
- dependency updates ([#1772](https://github.com/rustic-rs/rustic/pull/1772))
24+
- Add opendal as backup source ([#1769](https://github.com/rustic-rs/rustic/pull/1769))
25+
- config/README.md: mention string requirement for [repository.options] ([#1750](https://github.com/rustic-rs/rustic/pull/1750))
26+
- Add link/note to opendal's backend documentation ([#1749](https://github.com/rustic-rs/rustic/pull/1749))
27+
- add gdrive service example ([#1760](https://github.com/rustic-rs/rustic/pull/1760))
28+
- update rustic_core ([#1767](https://github.com/rustic-rs/rustic/pull/1767))
29+
- *(deps)* bump thin-vec from 0.2.14 to 0.2.16 ([#1732](https://github.com/rustic-rs/rustic/pull/1732))
30+
- *(deps)* bump rustls-webpki from 0.103.10 to 0.103.13 ([#1745](https://github.com/rustic-rs/rustic/pull/1745))
31+
532
## [0.11.2](https://github.com/rustic-rs/rustic/compare/v0.11.1...v0.11.2) - 2026-04-05
633

734
### 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)