Skip to content

Commit

Permalink
Bump CLI to 6.0.3 to include new processors. (#15830)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos authored Jan 28, 2025
1 parent 703ecfb commit 162f7be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the Aptos CLI will be captured in this file. This project

# Unreleased


## [6.0.3] - 2025/01/27
- Update the processors used by localnet to 1.26.

## [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.

Expand Down
2 changes: 1 addition & 1 deletion crates/aptos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos"
description = "Aptos tool for management of nodes and interacting with the blockchain"
version = "6.0.2"
version = "6.0.3"

# Workspace inherited keys
authors = { workspace = true }
Expand Down

0 comments on commit 162f7be

Please sign in to comment.