diff --git a/Cargo.lock b/Cargo.lock index a6548f6..7e27ae5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,7 +1940,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ubi" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "binstall-tar", @@ -1970,7 +1970,7 @@ dependencies = [ [[package]] name = "ubi-cli" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 50c8ba9..1f035b0 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/precious" -version = "0.2.0" +version = "0.2.1" [workspace] members = ["ubi", "ubi-cli"] diff --git a/Changes.md b/Changes.md index fb9385a..893ba1e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.2.1 +## 0.2.1 - 2024-10-27 - When running on Linux, `ubi` now checks to see if the platform is using `musl` and will prefer a release artifact with "musl" in the name. Previously, it would usually pick a glibc artifact if diff --git a/ubi-cli/Cargo.toml b/ubi-cli/Cargo.toml index d6aea60..ecdc02a 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.0", path = "../ubi", features = ["default", "logging"] } +ubi = { version = "0.2.1", path = "../ubi", features = ["default", "logging"] } [[bin]] name = "ubi"