From 4c48258b05a06321df508eeb4c30d0349bc06689 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 4 Dec 2024 02:08:46 +0000 Subject: [PATCH] chore(release): 0.4.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54eecc5..fbf245c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2024-12-04 + +### Other +- *(deps)* update all dependencies +- *(deps)* update rust crate tracing-subscriber to v0.3.19 +- *(deps)* update rust crate tracing to v0.1.41 + ## [0.4.0] - 2024-11-23 ### Added diff --git a/Cargo.toml b/Cargo.toml index ee5a336..31a9173 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.4.0" +version = "0.4.1" -- 2.45.2