Skip to content

Commit

Permalink
[CLI] Update CHANGELOG to include items for 4.5.0 release (#15318)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Nov 19, 2024
1 parent 0e49cea commit ef1b310
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef1b310

Please sign in to comment.