|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.10.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.9.0...rustic_core-v0.10.0) - 2026-01-29 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- improve copy algorithm ([#464](https://github.com/rustic-rs/rustic_core/pull/464)) |
| 10 | +- [**breaking**] More rewrite features ([#465](https://github.com/rustic-rs/rustic_core/pull/465)) |
| 11 | +- [**breaking**] Add rewrite command ([#462](https://github.com/rustic-rs/rustic_core/pull/462)) |
| 12 | +- [**breaking**] extend LocalSourceSaveOptions ([#461](https://github.com/rustic-rs/rustic_core/pull/461)) |
| 13 | +- [**breaking**] improve restore algorithm ([#453](https://github.com/rustic-rs/rustic_core/pull/453)) |
| 14 | +- [**breaking**] change ignore-devid to with-devid ([#460](https://github.com/rustic-rs/rustic_core/pull/460)) |
| 15 | +- Use Timestamp in index ([#458](https://github.com/rustic-rs/rustic_core/pull/458)) |
| 16 | +- Optimize prune rewrite ([#448](https://github.com/rustic-rs/rustic_core/pull/448)) |
| 17 | +- [**breaking**] Add support for multiple parents ([#427](https://github.com/rustic-rs/rustic_core/pull/427)) |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- fix rewrite file count ([#466](https://github.com/rustic-rs/rustic_core/pull/466)) |
| 22 | +- Return error if too few snapshots for latest~N ([#459](https://github.com/rustic-rs/rustic_core/pull/459)) |
| 23 | +- Use early-delete-index only if instant-delete is selected ([#457](https://github.com/rustic-rs/rustic_core/pull/457)) |
| 24 | +- fix clap runtime errors for parent options ([#456](https://github.com/rustic-rs/rustic_core/pull/456)) |
| 25 | +- Use parents instead of parent; allow latest ([#455](https://github.com/rustic-rs/rustic_core/pull/455)) |
| 26 | +- improve error handling for missing UID/GID name ([#454](https://github.com/rustic-rs/rustic_core/pull/454)) |
| 27 | +- fix clippy lints ([#449](https://github.com/rustic-rs/rustic_core/pull/449)) |
| 28 | + |
| 29 | +### Other |
| 30 | + |
| 31 | +- FreeBSD build ([#440](https://github.com/rustic-rs/rustic_core/pull/440)) |
| 32 | +- refactor! use jiff instead of chrono ([#452](https://github.com/rustic-rs/rustic_core/pull/452)) |
| 33 | + |
5 | 34 | ## [0.9.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.8.0...rustic_core-v0.9.0) - 2025-11-08 |
6 | 35 |
|
7 | 36 | ### Added |
|
0 commit comments