Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(rustic_core): release v0.5.2 #312

Merged
merged 1 commit into from
Oct 9, 2024
Merged
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
13 changes: 13 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.5.2](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.1...rustic_core-v0.5.2) - 2024-10-09

### Fixed

- *(errors)* use correct error variant for data encryption ([#323](https://github.com/rustic-rs/rustic_core/pull/323))
- *(errors)* handle out of bounds access in PathList display ([#313](https://github.com/rustic-rs/rustic_core/pull/313))
- *(errors)* better error message for hot/cold repo in check ([#297](https://github.com/rustic-rs/rustic_core/pull/297))

### Other

- *(commands)* decouple logic from option structs for check, prune, repair, key, and restore ([#317](https://github.com/rustic-rs/rustic_core/pull/317))
- *(errors)* improve message and add logging when sending tree from backend panics ([#314](https://github.com/rustic-rs/rustic_core/pull/314))

## [0.5.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.0...rustic_core-v0.5.1) - 2024-10-03

### Fixed
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.5.1"
version = "0.5.2"
authors = ["the rustic-rs team"]
categories = ["data-structures", "encoding", "filesystem"]
documentation = "https://docs.rs/rustic_core"
Expand Down