From 0f58bb65cb3435d77cd6abe775f6bc10b86fdf89 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 13 Feb 2024 08:37:30 +0000 Subject: [PATCH] ci(release): release version 0.1.89 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f68176..73a7fc4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [bria release v0.1.89](https://github.com/GaloyMoney/bria/releases/tag/0.1.89) + + +### Bug Fixes + +- Add musl target to rust-toolchain + +### Miscellaneous Tasks + +- Add targets to rust-toolchain.toml +- Pin rust to 1.75.0 +- Bump tonic-build from 0.10.2 to 0.11.0 (#470) +- Bump rust_decimal from 1.33.1 to 1.34.2 (#467) +- Bump chrono from 0.4.31 to 0.4.33 (#462) +- Bump serde_json from 1.0.111 to 1.0.113 (#465) +- Bump serde_with from 3.4.0 to 3.5.1 (#460) +- Bump serde from 1.0.195 to 1.0.196 (#463) + # [bria release v0.1.88](https://github.com/GaloyMoney/bria/releases/tag/0.1.88) diff --git a/Cargo.lock b/Cargo.lock index db977bec..1fa46783 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.89-dev" +version = "0.1.89" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a2759a9a..d349f21b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.89-dev" +version = "0.1.89" edition = "2021" [features]