Aptos CLI Release v1.0.5
github-actions
released this
01 Feb 01:15
·
5387 commits
to main
since this release
Installation instructions
- Installation instructions page
- We now have support to install with brew for macOS and install with a python script for other platforms
Release notes
Features
- Ability to upgrade the CLI in place with
aptos update
- Can now ignore warnings in
aptos move test --ignore-compile-warnings
- Support u16, u32, u256 in
aptos move run
commands - Support for the latest Move features including beta support of Move macros and inline functions
Bugfixes
- Ensure bytecode version is configurable and set properly for Move scripts