Skip to content

Commit eafc937

Browse files
committed
[cli] Bump to 5.1.0
1 parent 16db0cb commit eafc937

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/aptos/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the Aptos CLI will be captured in this file. This project
44

55
# Unreleased
66

7+
## [5.1.0] - 2024/12/13
8+
- More optimizations are now default for compiler v2.
9+
- Decompiler works with (the now default) bytecode version 7, unless it uses enums.
10+
711
## [5.0.0] - 2024/12/11
812
- [**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).
913
## [4.7.0] - 2024/12/10

crates/aptos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aptos"
33
description = "Aptos tool for management of nodes and interacting with the blockchain"
4-
version = "5.0.0"
4+
version = "5.1.0"
55

66
# Workspace inherited keys
77
authors = { workspace = true }

0 commit comments

Comments
 (0)