From a8510629056c5c08ec2aa4155a2b435cc5740d81 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 01:42:17 +0000 Subject: [PATCH] chore: release --- 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"