Skip to content

Commit 7ccbfaf

Browse files
authored
[cli] Bump to 5.1.0 (aptos-labs#15596)
1 parent 3497c86 commit 7ccbfaf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/aptos/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
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/).
44

55
# Unreleased
6+
7+
## [5.1.0] - 2024/12/13
8+
- More optimizations are now default for compiler v2.
69
- Downgrade bytecode version to v6 before calling the Revela decompiler, if possible, i.e. no enum types are used. This allows to continue to use Revela until the new decompiler is ready.
710

811
## [5.0.0] - 2024/12/11

crates/aptos/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)