Skip to content

Commit

Permalink
[cli] Release 1.0.11 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Apr 14, 2023
1 parent 1531d38 commit 6b610f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,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
## [1.0.11] - 2023/04/14
### Fixed
* Fixed creating a new test account with `aptos init` would fail if the account didn't already exist

## [1.0.10]
## [1.0.10] - 2023/04/13
### Fixed
* If `aptos init` is run with a faucet URL specified (which happens by default when using the local, devnet, or testnet network options) and funding the account fails, the account creation is considered a failure and nothing is persisted. Previously it would report success despite the account not being created on chain.
* When specifying a profile where the `AuthenticationKey` has been rotated, now the `AccountAddress` is properly used from the config file
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 = "1.0.10"
version = "1.0.11"

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

0 comments on commit 6b610f4

Please sign in to comment.