From 8d722902dfb16f1354b462ef2ca776ac671764ee Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Tue, 22 Aug 2023 17:12:28 +0200 Subject: [PATCH] chore: Release corset version 8.1.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0917376..9bccc65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,18 @@ All notable changes to this project will be documented in this file. +## [8.1.2] - 2023-08-22 + +### Build + +- Fix release.yml + ## [8.1.1] - 2023-08-22 +### Miscellaneous Tasks + +- Release corset version 8.1.1 + ### Refactor - Revamp domain implementation diff --git a/Cargo.lock b/Cargo.lock index aa7bbf7..424f301 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "corset" -version = "8.1.1" +version = "8.1.2" dependencies = [ "anyhow", "buche", diff --git a/Cargo.toml b/Cargo.toml index b650c5b..086aecd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corset" -version = "8.1.1" +version = "8.1.2" edition = "2021" authors = [ "Franklin Delehelle " ] build = "build.rs"