Skip to content

Commit

Permalink
prepare 0.2.4 release (#49)
Browse files Browse the repository at this point in the history
- boost version
- add missing changelogs
  • Loading branch information
yihuang authored Feb 18, 2022
1 parent 6b1d032 commit 4d8e677
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

*Feb 18, 2022*

## v0.2.4

- [#41](https://github.com/crypto-com/pystarport/pull/41) don't install the license as data files.
- [#42](https://github.com/crypto-com/pystarport/pull/42) add `--no_remove` option to keep existing data directory.
- [#43](https://github.com/crypto-com/pystarport/pull/43) prefer cmd parameter passed in cli to the one in config file.
- [#46](https://github.com/crypto-com/pystarport/pull/46) support tendermint 0.35.
- [#48](https://github.com/crypto-com/pystarport/pull/48) don't validate genesis for state-sync mode.

*Dec 3, 2021*

## v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pystarport"
version = "0.2.3"
version = "0.2.4"
description = "Spawn local devnets for cosmos-sdk chains"
authors = ["chain-dev-team <chain-dev@crypto.com>"]
license = "Apache"
Expand Down

0 comments on commit 4d8e677

Please sign in to comment.