Skip to content

Commit 98559c6

Browse files
chore(rustic_core): release v0.11.0
1 parent a1bfbc8 commit 98559c6

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

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.

crates/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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_core/compare/rustic_core-v0.10.1...rustic_core-v0.11.0) - 2026-03-28
6+
7+
### Other
8+
9+
- preserve hardlinks on restore ([#492](https://github.com/rustic-rs/rustic_core/pull/492))
10+
- use general tree modifier in `repair snapshots` ([#463](https://github.com/rustic-rs/rustic_core/pull/463))
11+
- [**breaking**] Optimize file streaming ([#489](https://github.com/rustic-rs/rustic_core/pull/489))
12+
- [**breaking**] use Cow to avoid OsString allocations ([#487](https://github.com/rustic-rs/rustic_core/pull/487))
13+
514
## [0.10.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.10.0...rustic_core-v0.10.1) - 2026-03-04
615

716
### 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.10.1"
3+
version = "0.11.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)