Skip to content

Commit 3e0afec

Browse files
chore: release
1 parent 5813bd6 commit 3e0afec

File tree

5 files changed

+39
-4
lines changed

5 files changed

+39
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/backend/CHANGELOG.md

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

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

5+
## [0.5.5](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.5.4...rustic_backend-v0.5.5) - 2026-01-29
6+
7+
### Added
8+
9+
- *(backend/opendal)* include scheme in location() and bump opendal to 0.55.0 ([#446](https://github.com/rustic-rs/rustic_core/pull/446))
10+
511
## [0.5.4](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.5.3...rustic_backend-v0.5.4) - 2025-11-08
612

713
### Added

crates/backend/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_backend"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = ["the rustic-rs team"]
55
categories = ["data-structures", "filesystem"]
66
documentation = "https://docs.rs/rustic_backend"

crates/core/CHANGELOG.md

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

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

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+
534
## [0.9.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.8.0...rustic_core-v0.9.0) - 2025-11-08
635

736
### Added

crates/core/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_core"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["the rustic-rs team"]
55
categories = ["data-structures", "encoding", "filesystem"]
66
documentation = "https://docs.rs/rustic_core"

0 commit comments

Comments
 (0)