From 2fe3ee83d44762eaaffca0eca32da9ebdcd1aa2a Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 21 Aug 2024 21:43:08 +0000 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8c56e..a199022 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.3.1] - 2024-08-21 + +### Fixed +- *(deps)* update rust crate serde to v1.0.208 + +### Other +- *(deps)* update all dependencies + ## [0.3.0] - 2024-06-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index ba139cb..4aef63e 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.3.0" +version = "0.3.1"