From 6bcec71e2df97a634c4a29e2d39c82818832809b Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Mon, 23 Dec 2024 01:53:17 +0000 Subject: [PATCH] chore(release): 0.5.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5b7a0..f5c579c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2024-12-23 + +### Fixed +- *(deps)* update rust crate serde_json to v1.0.134 + +### Other +- *(deps)* update rust crate anyhow to v1.0.95 + ## [0.5.0] - 2024-12-15 ### Added diff --git a/Cargo.toml b/Cargo.toml index d18d84c..0e9b5fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ hex = { version = "0.4.3" } toml = { version = "0.8.14" } [workspace.package] -version = "0.5.0" +version = "0.5.1"