From 882cb7ef23beb451d91677ac3ebf07a999f55de8 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 12 Dec 2024 01:30:56 +0000 Subject: [PATCH] chore(release): 0.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 366b346..0383516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2024-12-12 + +### Added +- removed tests for now +- update deps +- update + +### Other +- *(deps)* update rust crate serde to v1.0.216 +- *(deps)* update rust crate tracing-subscriber to v0.3.19 +- *(deps)* update rust crate tracing to v0.1.41 +- *(deps)* update rust crate serde to v1.0.215 +- *(deps)* update rust crate serde to v1.0.214 +- *(deps)* update rust crate serde to v1.0.213 +- *(deps)* update rust crate serde to v1.0.210 + ## [0.5.0] - 2024-04-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index f1782f4..b85e554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,4 @@ tracing-test = "0.2" pretty_assertions = "1.4" [workspace.package] -version = "0.5.0" +version = "0.6.0"