From 7a71271a96eaea1f0ca5d29645da2e51c4a05c1e Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 4 Sep 2024 04:28:06 +0000 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8c56e..3835e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-09-04 + +### Fixed +- *(deps)* update rust crate sqlx to v0.8.2 +- *(deps)* update rust crate prost to v0.13.2 +- *(deps)* update rust crate ratatui to v0.28.1 +- *(deps)* update rust crate sqlx to v0.8.1 +- *(deps)* update rust crate serde to v1.0.209 +- *(deps)* update rust crate serde_json to v1.0.127 +- *(deps)* update rust crate serde_json to v1.0.126 +- *(deps)* update rust crate prost to 0.13.0 +- *(deps)* update rust crate serde to v1.0.208 + +### Other +- *(deps)* update rust crate tokio to v1.40.0 +- *(deps)* update tonic monorepo to v0.12.2 +- *(deps)* update tonic monorepo to 0.12.0 +- *(deps)* update all dependencies + ## [0.3.0] - 2024-06-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index 3ec08f1..8607286 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"