Skip to content

Commit

Permalink
Release CLI version 3.5.0 (#13925)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Jul 7, 2024
1 parent df3e567 commit b1b6b05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 2 additions & 1 deletion crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +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.0] - 2024/07/06
- Add balance command to easily get account balances for APT currently
- Add network to config file
- Add explorer links to initialized accounts, and transaction submissions

- Alias some move commands as common misnomers (e.g. build -> compile, deploy -> publish)
- Add "hello_blockchain" template to move init command

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.4.1"
version = "3.5.0"

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

0 comments on commit b1b6b05

Please sign in to comment.