File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 11[package ]
22name = " rustic-rs"
3- version = " 0.11.2 "
3+ version = " 0.11.3 "
44authors = [" the rustic-rs team" ]
55categories = [" command-line-utilities" ]
66documentation = " https://docs.rs/rustic-rs"
You can’t perform that action at this time.
0 commit comments