diff --git a/CHANGELOG.md b/CHANGELOG.md index 787fe16..65321cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [8.3.4] - 2023-08-30 + +### Bug Fixes + +- Homogeneize shift display + ## [8.3.3] - 2023-08-30 ### Bug Fixes - Correct format for subponents +### Miscellaneous Tasks + +- Release corset version 8.3.3 + ## [8.3.2] - 2023-08-30 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index d73feaa..cdfaa72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "corset" -version = "8.3.3" +version = "8.3.4" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 4e32b66..8d52940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corset" -version = "8.3.3" +version = "8.3.4" edition = "2021" authors = [ "Franklin Delehelle " ] build = "build.rs"