Skip to content

Commit

Permalink
[cli] bump version to 3.3.1 (#13373)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgao1996 authored May 21, 2024
1 parent 8910d29 commit d00610f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the Aptos CLI will be captured in this file. This project

## Unreleased

## [3.3.1] - 2024/05/21
- Fixed incompatibility bug that broken local simulation and gas profiling.

## [3.3.0] - 2024/05/03
- **Breaking Change** Update View functions to use BCS for submission. Allows for all arguments to be supported in view functions. Note some input arguments that were previously inputted as strings may be handled differently.
- [Early beta release of the Move compiler v2](https://aptos.dev/move/compiler_v2/) is now accessible through the CLI. We now allow specifying the Move compiler version and the Move language version via the CLI.
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos"
description = "Aptos tool for management of nodes and interacting with the blockchain"
version = "3.3.0"
version = "3.3.1"

# Workspace inherited keys
authors = { workspace = true }
Expand Down

0 comments on commit d00610f

Please sign in to comment.