From 8f8fb4036ce4e7b6277c9cf169d7e65f29d38968 Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Wed, 30 Oct 2024 14:16:40 -0400 Subject: [PATCH] [cli] Release 4.3.0 --- Cargo.lock | 2 +- crates/aptos/CHANGELOG.md | 1 + crates/aptos/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ede93be3fbc97..994670cca8e4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,7 +274,7 @@ dependencies = [ [[package]] name = "aptos" -version = "4.2.6" +version = "4.3.0" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index 3747c010bca00..ff469c04b0232 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -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 diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index ca6e7627773b0..4f31c89554ae3 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 = "4.2.6" +version = "4.3.0" # Workspace inherited keys authors = { workspace = true }