Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions crates/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.6.0](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.5.4...rustic_backend-v0.6.0) - 2026-02-03

### Added

- [**breaking**] Add support for batch warmup ([#438](https://github.com/rustic-rs/rustic_core/pull/438))
- *(backend/opendal)* include scheme in location() and bump opendal to 0.55.0 ([#446](https://github.com/rustic-rs/rustic_core/pull/446))

### Fixed

- Use jiff everywhere ([#467](https://github.com/rustic-rs/rustic_core/pull/467))

### Other

- update MSRV to 1.88.0 ([#471](https://github.com/rustic-rs/rustic_core/pull/471))

## [0.5.4](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.5.3...rustic_backend-v0.5.4) - 2025-11-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustic_backend"
version = "0.5.4"
version = "0.6.0"
authors = ["the rustic-rs team"]
categories = ["data-structures", "filesystem"]
documentation = "https://docs.rs/rustic_backend"
Expand Down
6 changes: 6 additions & 0 deletions crates/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [unreleased]

## [0.2.4](https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.2.3...rustic_config-v0.2.4) - 2026-02-03

### Other

- update MSRV to 1.88.0 ([#471](https://github.com/rustic-rs/rustic_core/pull/471))

## [0.2.3](https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.2.2...rustic_config-v0.2.3) - 2025-09-12

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustic_config"
version = "0.2.3"
version = "0.2.4"
authors = ["the rustic-rs team"]
categories = ["config"]
documentation = "https://docs.rs/rustic_config"
Expand Down
33 changes: 33 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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

## [0.10.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.9.0...rustic_core-v0.10.0) - 2026-02-03

### Added

- [**breaking**] Add support for batch warmup ([#438](https://github.com/rustic-rs/rustic_core/pull/438))
- [**breaking**] Add masterkey as credential option ([#468](https://github.com/rustic-rs/rustic_core/pull/468))
- improve copy algorithm ([#464](https://github.com/rustic-rs/rustic_core/pull/464))
- [**breaking**] More rewrite features ([#465](https://github.com/rustic-rs/rustic_core/pull/465))
- [**breaking**] Add rewrite command ([#462](https://github.com/rustic-rs/rustic_core/pull/462))
- [**breaking**] extend LocalSourceSaveOptions ([#461](https://github.com/rustic-rs/rustic_core/pull/461))
- [**breaking**] improve restore algorithm ([#453](https://github.com/rustic-rs/rustic_core/pull/453))
- [**breaking**] change ignore-devid to with-devid ([#460](https://github.com/rustic-rs/rustic_core/pull/460))
- Use Timestamp in index ([#458](https://github.com/rustic-rs/rustic_core/pull/458))
- Optimize prune rewrite ([#448](https://github.com/rustic-rs/rustic_core/pull/448))
- [**breaking**] Add support for multiple parents ([#427](https://github.com/rustic-rs/rustic_core/pull/427))

### Fixed

- Use jiff everywhere ([#467](https://github.com/rustic-rs/rustic_core/pull/467))
- fix rewrite file count ([#466](https://github.com/rustic-rs/rustic_core/pull/466))
- Return error if too few snapshots for latest~N ([#459](https://github.com/rustic-rs/rustic_core/pull/459))
- Use early-delete-index only if instant-delete is selected ([#457](https://github.com/rustic-rs/rustic_core/pull/457))
- fix clap runtime errors for parent options ([#456](https://github.com/rustic-rs/rustic_core/pull/456))
- Use parents instead of parent; allow latest ([#455](https://github.com/rustic-rs/rustic_core/pull/455))
- improve error handling for missing UID/GID name ([#454](https://github.com/rustic-rs/rustic_core/pull/454))
- fix clippy lints ([#449](https://github.com/rustic-rs/rustic_core/pull/449))

### Other

- update MSRV to 1.88.0 ([#471](https://github.com/rustic-rs/rustic_core/pull/471))
- FreeBSD build ([#440](https://github.com/rustic-rs/rustic_core/pull/440))
- refactor! use jiff instead of chrono ([#452](https://github.com/rustic-rs/rustic_core/pull/452))

## [0.9.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.8.0...rustic_core-v0.9.0) - 2025-11-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustic_core"
version = "0.9.0"
version = "0.10.0"
authors = ["the rustic-rs team"]
categories = ["data-structures", "encoding", "filesystem"]
documentation = "https://docs.rs/rustic_core"
Expand Down
6 changes: 6 additions & 0 deletions crates/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/rustic-rs/rustic_core/compare/rustic_testing-v0.3.4...rustic_testing-v0.4.0) - 2026-02-03

### Added

- [**breaking**] Add support for batch warmup ([#438](https://github.com/rustic-rs/rustic_core/pull/438))

## [0.3.4](https://github.com/rustic-rs/rustic_core/compare/rustic_testing-v0.3.3...rustic_testing-v0.3.4) - 2025-11-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustic_testing"
version = "0.3.4"
version = "0.4.0"
edition = "2024"
license = "Apache-2.0 OR MIT"
publish = true
Expand Down
Loading