From 9f480194efe25bacac9d19f1c9cb1c99f8e36448 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 1 Jan 2025 01:36:22 +0000 Subject: [PATCH] chore(release): 0.5.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5b7a0..7546876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2025-01-01 + +### 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 itertools to 0.14.0 +- *(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 67d5386..7e89645 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"