From 0e686ee813294ebd6d7c52ca7f60d1177a67e8f0 Mon Sep 17 00:00:00 2001 From: Victor Gao Date: Fri, 24 Jan 2025 22:24:20 +0000 Subject: [PATCH] Bump cli version to 6.0.2 --- Cargo.lock | 2 +- crates/aptos/CHANGELOG.md | 3 +++ crates/aptos/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7773223c9035..a071d55c79cbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -290,7 +290,7 @@ dependencies = [ [[package]] name = "aptos" -version = "6.0.1" +version = "6.0.2" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index adb5a136dda17..0e623a19405e0 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to the Aptos CLI will be captured in this file. This project # Unreleased +## [6.0.2] - 2025/01/24 +- Fix `aptos workspace run` so it does not panic when writing to closed stdout/stderr, allowing it to finish its graceful shutdown sequence when used as a child process. + ## [6.0.1] - 2025/01/17 - Update Hasura metadata to include `entry_function_contract_address`, `entry_function_module_name`, and `entry_function_function_name` in `user_transactions` table. diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index 0ccacca9b92f6..5c2ec8715558f 100644 --- a/crates/aptos/Cargo.toml +++ b/crates/aptos/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aptos" description = "Aptos tool for management of nodes and interacting with the blockchain" -version = "6.0.1" +version = "6.0.2" # Workspace inherited keys authors = { workspace = true }