Skip to content

Commit

Permalink
[cli] Bump to 3.5.1 (#14055)
Browse files Browse the repository at this point in the history
Release needed to fix a breaking bug effecting both v1/v2 compilers.
  • Loading branch information
wrwg authored Jul 19, 2024
1 parent 26aff37 commit 8aa7437
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 @@ -3,8 +3,11 @@
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/).

## Unreleased

## [3.5.1] - 2024/07/19
- Upgraded indexer processors for localnet from 5244b84fa5ed872e5280dc8df032d744d62ad29d to d954cf4eef9ceabdd941b2e08923fff83984b591. Upgraded Hasura metadata accordingly.
- Upgraded Hasura image from 2.36.1 to 2.40.2-ce. Note that we use the Community Edition, so the console won't ask users to upgrade to enterprise anymore / hint at any enterprise features.
- Fixes a bug in the Move compiler (both v1 and v2) which disallowed `match` as a name for a function or for a variable.

## [3.5.0] - 2024/07/06
- Add balance command to easily get account balances for APT currently
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.5.0"
version = "3.5.1"

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

0 comments on commit 8aa7437

Please sign in to comment.