From 231abddd2fb258710068db0a171724eaba4efe7e Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Wed, 13 Nov 2024 16:24:51 -0500 Subject: [PATCH] [cli] Release 4.5.0 --- Cargo.lock | 2 +- crates/aptos/CHANGELOG.md | 2 ++ crates/aptos/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3712ab7eec74b..06d236b8711e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "aptos" -version = "4.4.0" +version = "4.5.0" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index 47475285c92dc..bfc9009d57b37 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to the Aptos CLI will be captured in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased + +## [4.5.0] - 2024/11/14 - Add support for AIP-80 compliant strings when importing using the CLI arguments or manual input. ## [4.4.0] - 2024/11/06 diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index 40b119763b4f2..d5dde529b18bc 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.4.0" +version = "4.5.0" # Workspace inherited keys authors = { workspace = true }