Skip to content

Commit ce3036a

Browse files
chore: release v0.11.0
1 parent c315733 commit ce3036a

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.11.0](https://github.com/rustic-rs/rustic/compare/v0.10.3...v0.11.0) - 2026-01-30
6+
7+
### Added
8+
9+
- Update copy and add --force ([#1653](https://github.com/rustic-rs/rustic/pull/1653))
10+
- update rewrite ([#1651](https://github.com/rustic-rs/rustic/pull/1651))
11+
- Allow ls to list local files (using excludes) ([#1645](https://github.com/rustic-rs/rustic/pull/1645))
12+
- [**breaking**] Allow to rewrite trees ([#1644](https://github.com/rustic-rs/rustic/pull/1644))
13+
- [**breaking**] Update rustic_core ([#1637](https://github.com/rustic-rs/rustic/pull/1637))
14+
- *(commands)* allow to identify snapshots with "latest" or "latest~N" (N >= 0) ([#1563](https://github.com/rustic-rs/rustic/pull/1563))
15+
- [**breaking**] Update rustic_core ([#1635](https://github.com/rustic-rs/rustic/pull/1635))
16+
- [**breaking**] Add log-level-logfile, -dryrun and -dependencies options; remove quiet options ([#1565](https://github.com/rustic-rs/rustic/pull/1565))
17+
18+
### Fixed
19+
20+
- handle all arg combinations for `diff` command ([#1639](https://github.com/rustic-rs/rustic/pull/1639))
21+
- use filtered snapshots for repair command ([#1636](https://github.com/rustic-rs/rustic/pull/1636))
22+
23+
### Other
24+
25+
- Document OPENDAL* env variables ([#1646](https://github.com/rustic-rs/rustic/pull/1646))
26+
- [**breaking**] Use jiff instead of chrono ([#1625](https://github.com/rustic-rs/rustic/pull/1625))
27+
- Add root directory to sftp_hetzner_sbox.toml ([#1628](https://github.com/rustic-rs/rustic/pull/1628))
28+
529
## [0.10.3](https://github.com/rustic-rs/rustic/compare/v0.10.2...v0.10.3) - 2025-12-23
630

731
### 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.10.3"
3+
version = "0.11.0"
44
authors = ["the rustic-rs team"]
55
categories = ["command-line-utilities"]
66
documentation = "https://docs.rs/rustic-rs"

0 commit comments

Comments
 (0)