From 0436d7ece702c2aaa97d5065f642e1c5158c7b62 Mon Sep 17 00:00:00 2001 From: Ravencentric <78981416+Ravencentric@users.noreply.github.com> Date: Tue, 4 Mar 2025 01:52:39 +0530 Subject: [PATCH] chore: release v0.5.7 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f68140..aaf002b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.7](https://github.com/Ravencentric/nzb-rs/compare/v0.5.6...v0.5.7) - 2025-03-03 + +### Other + +- *(deps)* update deps +- update to rust 2024 +- *(deps)* bump the actions group with 4 updates ([#23](https://github.com/Ravencentric/nzb-rs/pull/23)) + ## [0.5.6](https://github.com/Ravencentric/nzb-rs/compare/v0.5.5...v0.5.6) - 2025-02-24 ### Other diff --git a/Cargo.lock b/Cargo.lock index 159be69..eb77848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "nzb-rs" -version = "0.5.6" +version = "0.5.7" dependencies = [ "chrono", "dunce", diff --git a/Cargo.toml b/Cargo.toml index f7c7e89..892f95f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nzb-rs" -version = "0.5.6" +version = "0.5.7" description = "A spec compliant parser for NZB files" authors = ["Ravencentric "] readme = "README.md"