From 823f7aac9bf1e9572ed9d225e8f0d96ccca0bcd9 Mon Sep 17 00:00:00 2001 From: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:19:20 -0700 Subject: [PATCH] Prepare for release v0.0.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changes.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 693fdcf..2c9206f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1679,7 +1679,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "suiup" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 45d3657..c0a083c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "suiup" description = "Sui Tooling Version Manager." -version = "0.0.10" +version = "0.0.11" edition = "2024" [dependencies] diff --git a/Changes.md b/Changes.md index bc5a68d..4cd91c7 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,11 @@ +## 0.0.11 - 2026-04-02 + +- Added support for installing the `seal` binary. +- Improved standalone release matching for `linux`/`ubuntu`, `arm64`/`aarch64`, and tags like `seal-v0.6.4`. +- Stabilized environment-dependent doctor tests when running in parallel. +- Fixed dependency security advisories and CVEs. +- Fixed Windows installation documentation. + ## 0.0.10 - 2026-02-26 - Added support for installing `sui-node` binary.