Skip to content

Commit 12b552c

Browse files
committed
[Aptos CLI] release CLI 7.10.0
1 parent 40bb694 commit 12b552c

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
@@ -4,6 +4,9 @@ All notable changes to the Aptos CLI will be captured in this file. This project
44

55
# Unreleased
66

7+
## [7.10.0]
8+
- Add support into Move 2.3 for signed integer types and builtin constants (`MAX_U8`, ..., `MIN_U8`, ..., `__COMPILE_FOR_TESTING__`). Move 2.3 is not yet supported on testnet or mainnet, but can be used for local development by providing `--language-version 2.3` to the CLI.
9+
710
## [7.9.1]
811
- Add mem as pre-compiled module to avoid compatibility issue when using aptos-framework
912

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 = "7.9.1"
4+
version = "7.10.0"
55

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

0 commit comments

Comments
 (0)