Skip to content

Commit

Permalink
release v0.2.1 (#8)
Browse files Browse the repository at this point in the history
reorder

fix link
  • Loading branch information
leejw51crypto authored Jun 17, 2021
1 parent 9675017 commit 0166c27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog


*Jun 17, 2021*
## v0.2.1

- [5] (https://github.com/crypto-com/pystarport/issues/5) Add `query_denom_by_name` to check existing denom before issuing
- [2] (https://github.com/crypto-com/pystarport/issues/2) Add mnemonic option field for accounts



## v0.2.0

- Support `app-config` to patch `app.toml` for each validator


6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
[tool.poetry]
name = "pystarport"
version = "0.2.0"
version = "0.2.1"
description = "Spawn local devnets for cosmos-sdk chains"
authors = ["huangyi <huang@crypto.com>"]
license = "Apache"
keywords = ["CRO", "blockchain", "crypto.com", "cosmos"]
readme = "README.md"
homepage = "https://github.com/crypto-com/pystarport"
repository = "https://github.com/crypto-com/pystarport"
include = [
"LICENSE",
]
include = ["LICENSE"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 0166c27

Please sign in to comment.