Skip to content

Commit

Permalink
Bump CLI version to 4.2.5 (#15057)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Oct 23, 2024
1 parent 114d361 commit 933b2e3
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

## [4.2.5] - 2024/10/23
- Bump to resolve issue with release version inconsistency.

## [4.2.4] - 2024/10/21
- Releasing Move 2.1, which adds compound assignments (`x += 1`) and loop labels to the language. See [Move 2 Release Notes](https://aptos.dev/en/build/smart-contracts/book/move-2).
- multiple bug fixes in the Move 2 compilation chain.
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 = "4.2.3"
version = "4.2.5"

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

0 comments on commit 933b2e3

Please sign in to comment.