diff --git a/Cargo.lock b/Cargo.lock index 3a6b05e..fa25c51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2109,7 +2109,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ubi" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "binstall-tar", @@ -2139,7 +2139,7 @@ dependencies = [ [[package]] name = "ubi-cli" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index c0076f6..f980c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/houseabsolute/ubi" -version = "0.2.2" +version = "0.2.3" [workspace] members = ["ubi", "ubi-cli"] diff --git a/Changes.md b/Changes.md index 4180c92..0f0854e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.2.3 +## 0.2.3 - 2024-11-22 - Fixed the code to detect whether the filename includes a version number that looks like an extension. If the filename ended with the version, like `foo-1.2.3`, then this was not handled diff --git a/ubi-cli/Cargo.toml b/ubi-cli/Cargo.toml index 06eaee1..68b8c2f 100644 --- a/ubi-cli/Cargo.toml +++ b/ubi-cli/Cargo.toml @@ -15,7 +15,7 @@ log.workspace = true tempfile.workspace = true thiserror.workspace = true tokio.workspace = true -ubi = { version = "0.2.2", path = "../ubi", features = ["default", "logging"] } +ubi = { version = "0.2.3", path = "../ubi", features = ["default", "logging"] } [[bin]] name = "ubi"