From cd90a6858d283535c53a556821cede27b6118329 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 9 Jun 2023 09:26:08 +0000 Subject: [PATCH] ci(release): release version 0.1.18 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c083f356..670b0229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [bria release v0.1.18](https://github.com/GaloyMoney/bria/releases/tag/0.1.18) + + +### Refactor + +- Delete error.rs (#226) + # [bria release v0.1.17](https://github.com/GaloyMoney/bria/releases/tag/0.1.17) diff --git a/Cargo.lock b/Cargo.lock index 165afa88..4b7b305c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.18-dev" +version = "0.1.18" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bff96d92..c7a44925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.18-dev" +version = "0.1.18" edition = "2021" [features]