From fb1d2637d998a4f4321bd1aefd5619a80d675c57 Mon Sep 17 00:00:00 2001 From: Daniel Porteous Date: Wed, 11 Dec 2024 19:21:54 +0000 Subject: [PATCH] [CLI] Bump version to 5.0.0 --- Cargo.lock | 2 +- crates/aptos/CHANGELOG.md | 3 ++- crates/aptos/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 027aa2b39d7b5..f2757456dbe81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "aptos" -version = "4.7.0" +version = "5.0.0" dependencies = [ "anyhow", "aptos-api-types", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index cbde53c60f9ac..353ac9f1f9458 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -3,8 +3,9 @@ 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 -- [**Breaking Change**] `aptos init` and `aptos account fund-with-faucet` no longer work directly with testnet, you must now use the minting page at [Aptos Learn](https://aptos.dev/network/faucet). +## [5.0.0] - 2024/12/11 +- [**Breaking Change**] `aptos init` and `aptos account fund-with-faucet` no longer work directly with testnet, you must now use the minting page at the [Aptos dev docs](https://aptos.dev/network/faucet). ## [4.7.0] - 2024/12/10 - [`Fix`] CLI config should not always require a private key field to be present. diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index fbdd44f377aa5..9970cad41819d 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.7.0" +version = "5.0.0" # Workspace inherited keys authors = { workspace = true }