diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a13c2e..700f8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/daniel-white/twist/compare/v0.1.1...v0.1.2) (2022-08-13) + + +### Bug Fixes + +* dependency updates and clippy conformance ([6b9f2de](https://github.com/daniel-white/twist/commit/6b9f2dee8b3f7d0b055ba3d11e095723557622dd)) + ### [0.1.1](https://github.com/daniel-white/twist/compare/v0.1.0...v0.1.1) (2022-05-02) diff --git a/Cargo.lock b/Cargo.lock index 4b3105f..c1e24ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,7 +844,7 @@ dependencies = [ [[package]] name = "twist" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "twist-cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "twist-commands" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "log", @@ -885,7 +885,7 @@ dependencies = [ [[package]] name = "twist-common" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "dircpy", diff --git a/Cargo.toml b/Cargo.toml index 50b84d2..80708c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "twist" -version = "0.1.1" +version = "0.1.2" edition = "2021" build = "build.rs" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4e1584c..353bdc5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twist-cli" -version = "0.1.1" +version = "0.1.2" edition = "2021" build = "./build.rs" diff --git a/commands/Cargo.toml b/commands/Cargo.toml index f883079..5525b69 100644 --- a/commands/Cargo.toml +++ b/commands/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twist-commands" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/common/Cargo.toml b/common/Cargo.toml index bd4e77b..5dad770 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twist-common" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies]