Skip to content

Commit

Permalink
chore(rustic_core): release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rustic-release-plz[bot] authored Oct 14, 2024
1 parent d51ad87 commit 0318f74
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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

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

## [0.5.4](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.3...rustic_core-v0.5.4) - 2024-10-14

### Added

- *(commands)* Add convenient names for read-data-subset n/m ([#328](https://github.com/rustic-rs/rustic_core/pull/328))

### Fixed

- OpenFile::read_at no longer errors on invalid offset or length ([#331](https://github.com/rustic-rs/rustic_core/pull/331))

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

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

0 comments on commit 0318f74

Please sign in to comment.