Skip to content

Commit f1b453c

Browse files
authored
[CLI] Bump to 3.0.2 for release (aptos-labs#12478)
1 parent 06263bc commit f1b453c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/aptos/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
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/).
44

55
## Unreleased
6+
7+
## [3.0.2] - 2024/03/12
68
- Increased `max_connections` for postgres container created as part of local testnet to address occasional startup failures due to overloaded DB.
79

810
## [3.0.1] - 2024/03/05

crates/aptos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aptos"
33
description = "Aptos tool for management of nodes and interacting with the blockchain"
4-
version = "3.0.1"
4+
version = "3.0.2"
55

66
# Workspace inherited keys
77
authors = { workspace = true }

0 commit comments

Comments
 (0)