From 850442b8fbbf3fb8ebdc5d904c262af58bf3cd45 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Mon, 18 Mar 2024 08:40:02 +0000 Subject: [PATCH] ci(release): release version 0.1.97 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c384d314..2d3df1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [bria release v0.1.97](https://github.com/GaloyMoney/bria/releases/tag/0.1.97) + + +### Bug Fixes + +- Lock rows and skip them during concurrent poll (#498) + +### Documentation + +- Remove Quickstart section (#497) +- Unify capitalization (#496) +- Update install instructions and demo walkthrough (#495) +- Extract out bria demo (#494) +- Using nix for development (#493) + +### Miscellaneous Tasks + +- Remove accidental file + # [bria release v0.1.96](https://github.com/GaloyMoney/bria/releases/tag/0.1.96) diff --git a/Cargo.lock b/Cargo.lock index c31dc944..40d1a2e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.97-dev" +version = "0.1.97" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 82c6022c..7a5b208f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.97-dev" +version = "0.1.97" edition = "2021" [features]