Skip to content

Commit bc5c09c

Browse files
chore: release v0.10.3 (#1622)
## πŸ€– New release * `rustic-rs`: 0.10.2 -> 0.10.3 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.10.3](v0.10.2...v0.10.3) - 2025-12-23 ### Added - *(interactive)* show summary in snapshots, ls and diff views ([#1615](#1615)) - Progress Update on non-interactive runs ([#1395](#1395)) ([#1620](#1620)) ### Fixed - *(commands)* Skip warmup script on --dry-run ([#1523](#1523)) - fix clippy lints ([#1621](#1621)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
1 parent 7396b4f commit bc5c09c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## [0.10.3](https://github.com/rustic-rs/rustic/compare/v0.10.2...v0.10.3) - 2025-12-23
6+
7+
### Added
8+
9+
- *(interactive)* show summary in snapshots, ls and diff views ([#1615](https://github.com/rustic-rs/rustic/pull/1615))
10+
- Progress Update on non-interactive runs ([#1395](https://github.com/rustic-rs/rustic/pull/1395)) ([#1620](https://github.com/rustic-rs/rustic/pull/1620))
11+
12+
### Fixed
13+
14+
- *(commands)* Skip warmup script on --dry-run ([#1523](https://github.com/rustic-rs/rustic/pull/1523))
15+
- fix clippy lints ([#1621](https://github.com/rustic-rs/rustic/pull/1621))
16+
517
## [0.10.2](https://github.com/rustic-rs/rustic/compare/v0.10.1...v0.10.2) - 2025-11-10
618

719
### Fixed

β€Ž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.2"
3+
version = "0.10.3"
44
authors = ["the rustic-rs team"]
55
categories = ["command-line-utilities"]
66
documentation = "https://docs.rs/rustic-rs"

0 commit comments

Comments
Β (0)