From 1022c8cec583a9b6a5c345db238011d598494334 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Fri, 21 Feb 2025 01:44:58 +0000 Subject: [PATCH] chore(release): 0.6.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932a360..b140e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2025-02-21 + +### Other +- *(deps)* update rust crate serde to v1.0.218 + ## [0.6.0] - 2025-01-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index 33fabc8..b00f3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ tracing-test = "0.2" pretty_assertions = "1.4" [workspace.package] -version = "0.6.0" +version = "0.6.1" -- 2.47.2