Skip to content

Commit

Permalink
prepare v0.2.5 release (#83)
Browse files Browse the repository at this point in the history
* prepare v0.2.5 release

* add missing changelog

* Update CHANGELOG.md

Co-authored-by: mmsqe <tqd0800210105@gmail.com>
Signed-off-by: yihuang <huang@crypto.com>

---------

Signed-off-by: yihuang <huang@crypto.com>
Co-authored-by: mmsqe <tqd0800210105@gmail.com>
  • Loading branch information
yihuang and mmsqe committed Feb 7, 2023
1 parent e63a309 commit 366862f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

## UNRELEASED
*Feb 7, 2023*

## v0.2.5

- [#51](https://github.com/crypto-com/pystarport/pull/51) support include yaml
- [#52](https://github.com/crypto-com/pystarport/pull/52) support jsonnet as config language
- [#56](https://github.com/crypto-com/pystarport/pull/56) Support override config.toml for all validators
- [#69](https://github.com/crypto-com/pystarport/pull/69) Support hermes 1.x
- [#70](https://github.com/crypto-com/pystarport/pull/70) Add config item `cmd-flags` to supply custom flags for all
chain binary commands
- [#71](https://github.com/crypto-com/pystarport/pull/71) strip ansi codes from the node's output
- [#73](https://github.com/crypto-com/pystarport/pull/73) Support more optional validator fields:
commission_rate/commission_max_rate/commission_max_change_rate/details/security_contact
- [#78](https://github.com/crypto-com/pystarport/pull/78) Set working directory for node processes in supervisor
- [#79](https://github.com/crypto-com/pystarport/pull/79) Add directory for relayer log
- [#81](https://github.com/crypto-com/pystarport/pull/81) Fix grpc port in client.toml

*Feb 18, 2022*
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.4"
version = "0.2.5"
description = "Spawn local devnets for cosmos-sdk chains"
authors = ["chain-dev-team <chain-dev@crypto.com>"]
license = "Apache"
Expand Down

0 comments on commit 366862f

Please sign in to comment.