diff --git a/CHANGELOG.md b/CHANGELOG.md index 67565ab..42f6089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.3 + +- Fixed wldd CLI (issue #3) + # 1.2.2 - Disabled skim on Windows diff --git a/Cargo.lock b/Cargo.lock index 8aecf15..6c059db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ [[package]] name = "dependency_runner" -version = "1.2.1" +version = "1.2.3" dependencies = [ "anyhow", "clap 4.1.8", diff --git a/Cargo.toml b/Cargo.toml index 47dba16..cb643b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dependency_runner" description = "ldd for Windows - and more!" -version = "1.2.2" +version = "1.2.3" authors = ["Marco Esposito "] edition = "2021" license = "LGPL-3.0-only"