diff --git a/CHANGELOG.md b/CHANGELOG.md index fc079fe..ab6b302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/daniel-white/twist/compare/v0.1.3...v0.1.4) (2024-02-16) + + +### Bug Fixes + +* upgrade build ([#287](https://github.com/daniel-white/twist/issues/287)) ([ae27be7](https://github.com/daniel-white/twist/commit/ae27be7b1233b77912b9f25314674cd6ccd3876d)) + ## [0.1.3](https://github.com/daniel-white/twist/compare/v0.1.2...v0.1.3) (2022-08-13) diff --git a/Cargo.lock b/Cargo.lock index 7b7f3fa..5ca6f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "twist" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cd014c6..a5f8eaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twist" -version = "0.1.3" +version = "0.1.4" edition = "2021" build = "build.rs"