Skip to content

Commit

Permalink
[cli] Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Oct 30, 2024
1 parent 452c89a commit fab5b45
Show file tree
Hide file tree
Showing 3 changed files with 3 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.

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

## Unreleased

## [4.3.0] - 2024/10/30
- Allow for setting large-packages module for chunking publish mode with `--large-packages-module-address`
- [`Fix`] Remove unwraps to make outputs go through regular error handling

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 = "4.2.6"
version = "4.3.0"

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

0 comments on commit fab5b45

Please sign in to comment.