Skip to content

Commit

Permalink
Update version to 0.2.1 and add date to Changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 27, 2024
1 parent 71e25bb commit 5936251
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ubi-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5936251

Please sign in to comment.