From a3616ecc15bcaa9b7c3c00362b61995610c21b31 Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Wed, 30 Aug 2023 14:31:43 +0200 Subject: [PATCH] chore: Release corset version 8.3.0 --- 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 b1d6398..effe648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [8.3.0] - 2023-08-30 + +### Bug Fixes + +- Stop using STDIN + ## [8.2.0] - 2023-08-28 ### Bug Fixes @@ -24,6 +30,7 @@ All notable changes to this project will be documented in this file. - Github++ - Clippy - Clippy +- Release corset version 8.2.0 ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 8299f65..49415e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "corset" -version = "8.2.0" +version = "8.3.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 84c9a8f..e9b93c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corset" -version = "8.2.0" +version = "8.3.0" edition = "2021" authors = [ "Franklin Delehelle " ] build = "build.rs"