File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.10.1] ( https://github.com/rustic-rs/rustic/compare/v0.10.0...v0.10.1 ) - 2025-10-10
6
+
7
+ ### Added
8
+
9
+ - Add environment variable substitution in config files ([ #1577 ] ( https://github.com/rustic-rs/rustic/pull/1577 ) )
10
+
11
+ ### Fixed
12
+
13
+ - * (metrics)* use short-lived local registry ([ #1575 ] ( https://github.com/rustic-rs/rustic/pull/1575 ) )
14
+ - fix clippy lints ([ #1570 ] ( https://github.com/rustic-rs/rustic/pull/1570 ) )
15
+ - wrong env var for grouping option ([ #1566 ] ( https://github.com/rustic-rs/rustic/pull/1566 ) )
16
+
17
+ ### Other
18
+
19
+ - (security) Update fuser ([ #1569 ] ( https://github.com/rustic-rs/rustic/pull/1569 ) )
20
+
5
21
## [ 0.10.0] ( https://github.com/rustic-rs/rustic/compare/v0.9.5...v0.10.0 ) - 2025-09-12
6
22
7
23
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustic-rs"
3
- version = " 0.10.0 "
3
+ version = " 0.10.1 "
4
4
authors = [" the rustic-rs team" ]
5
5
categories = [" command-line-utilities" ]
6
6
documentation = " https://docs.rs/rustic-rs"
You can’t perform that action at this time.
0 commit comments