From 6f31bef8ae316b3a6c013b4654df8b6ec22a90e0 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 28 Dec 2024 01:41:59 +0000 Subject: [PATCH] chore(release): 0.5.1 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5b7a0..5573da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2024-12-28 + +### Fixed +- *(deps)* update rust crate serde to v1.0.217 +- *(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"