Skip to content

Aptos CLI Release v1.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 01:15
· 5387 commits to main since this release

Installation instructions

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