From ef1b3101aeba2fd84905e512f3c2b033d6cdab92 Mon Sep 17 00:00:00 2001 From: "Daniel Porteous (dport)" Date: Tue, 19 Nov 2024 18:06:12 +0000 Subject: [PATCH] [CLI] Update CHANGELOG to include items for 4.5.0 release (#15318) --- crates/aptos/CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index aea4358acadd1..af13bddb60bfb 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -2,16 +2,14 @@ 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/15 +- Determine network from URL to make explorer links better for legacy users +- Add support for AIP-80 compliant strings when importing using the CLI arguments or manual input. - Add option `--print-metadata-only` to `aptos move decompile` and `aptos move disassemble` to print out the metadata attached to the bytecode. - Add `--existing-hasura-url` flag to localnet to tell it to use an existing Hasura instance instead of run Hasura itself. See https://github.com/aptos-labs/aptos-core/pull/15313. - Add `--skip-metadata-apply` flag to localnet, in which case we won't try to apply the Hasura metadata. - Upgrade Hasura image we use from 2.40.2 to 2.44.0. -## [4.5.0] - 2024/11/15 -- Determine network from URL to make explorer links better for legacy users -- Add support for AIP-80 compliant strings when importing using the CLI arguments or manual input. - ## [4.4.0] - 2024/11/06 - Fix typos in `aptos move compile` help text. - Update the default version of `movefmt` to be installed from 1.0.5 to 1.0.6