From c83edd8600fcdabaf91b26c4a226a195bb3428d9 Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:43:32 +0200 Subject: [PATCH] chore(rustic_core): release v0.5.3 (#326) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `rustic_core`: 0.5.2 -> 0.5.3 (✓ API compatible changes)
Changelog

## `rustic_core`

## [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 - Revert "refactor(errors): improve message and add logging when sending tree from backend panics" ([#325](https://github.com/rustic-rs/rustic_core/pull/325))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com> --- crates/core/CHANGELOG.md | 6 ++++++ crates/core/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index b3dcbc1b..642f9d48 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [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 + +- Revert "refactor(errors): improve message and add logging when sending tree from backend panics" ([#325](https://github.com/rustic-rs/rustic_core/pull/325)) + ## [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 diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 3f8eda1f..374f5fde 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_core" -version = "0.5.2" +version = "0.5.3" authors = ["the rustic-rs team"] categories = ["data-structures", "encoding", "filesystem"] documentation = "https://docs.rs/rustic_core"