From 37b476f47bca6e8448d64fd8cf913d559b4a4364 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 9 Jan 2025 01:28:29 +0000 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e77e38d..9c1e525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2025-01-09 + +### Fixed +- *(deps)* update all dependencies +- *(deps)* update rust crate serde to v1.0.217 +- *(deps)* update rust crate serde to v1.0.216 +- *(deps)* update rust crate tokio-stream to v0.1.17 + +### Other +- *(deps)* update rust crate clap to v4.5.24 +- *(deps)* update rust crate anyhow to v1.0.95 +- *(deps)* update rust crate clap to v4.5.23 +- *(deps)* update all dependencies +- *(deps)* update rust crate tracing-subscriber to v0.3.19 + ## [0.2.0] - 2024-11-29 ### Added diff --git a/Cargo.toml b/Cargo.toml index d286d5d..16d0556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ dotenv = { version = "0.15" } flux-releaser = { git = "https://git.front.kjuulh.io/kjuulh/flux-releaser", branch = "main" } [workspace.package] -version = "0.2.0" +version = "0.2.1"