From e0b2f0538952854af706656584ed7a1a1c149d21 Mon Sep 17 00:00:00 2001 From: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:17:10 -0700 Subject: [PATCH] Prepare for release 0.0.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changes.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27e2546..62ba531 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1786,7 +1786,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "suiup" -version = "0.0.12" +version = "0.0.13" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 56b2971..34931ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "suiup" description = "Sui Tooling Version Manager." -version = "0.0.12" +version = "0.0.13" edition = "2024" [dependencies] diff --git a/Changes.md b/Changes.md index 476f442..14c0de3 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,7 @@ +## 0.0.13 - 2026-04-07 + +- Fixed status command version comparison by using proper semver parsing. + ## 0.0.12 - 2026-04-06 - Added `suiup status` command to check for available updates across all installed binaries.