From 1c807d548cde44078809b9eeaccb143821718560 Mon Sep 17 00:00:00 2001 From: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:45:03 -0700 Subject: [PATCH] Prepare for release 0.0.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changes.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) 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.