diff --git a/Cargo.lock b/Cargo.lock index 2c9206f..8e67b39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1679,7 +1679,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "suiup" -version = "0.0.11" +version = "0.0.12" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c0a083c..63225b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "suiup" description = "Sui Tooling Version Manager." -version = "0.0.11" +version = "0.0.12" edition = "2024" [dependencies] diff --git a/Changes.md b/Changes.md index 4cd91c7..476f442 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,8 @@ +## 0.0.12 - 2026-04-06 + +- Added `suiup status` command to check for available updates across all installed binaries. +- Fixed self-update on Linux when the OS throws an error due to in-place file copying. + ## 0.0.11 - 2026-04-02 - Added support for installing the `seal` binary.