From 67cb4f8c821d4a83b4f82e904a3c7e08e46bcbdc Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sun, 15 Dec 2024 10:44:26 +0000 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54eecc5..5f5b7a0 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.5.0] - 2024-12-15 + +### Added +- allow taking a local path + +### Fixed +- *(deps)* update rust crate serde to v1.0.216 +- *(deps)* update rust crate prost to v0.13.4 + +### Other +- *(deps)* update rust crate clap to v4.5.23 +- *(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..d18d84c 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.5.0"