Skip to content

Commit

Permalink
Feature/release 0.3.0 (#131)
Browse files Browse the repository at this point in the history
* bump version in setup.py

* update history.md
  • Loading branch information
5A11 authored Mar 30, 2022
1 parent f0de8e7 commit 6396a3c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release History

## 0.3.0 (2022-03-30)

- Introduced `Aerial` high-level API.
- Groundwork for a strategy engine for choosing tx gas fees
- Simulation-based gas estimation
- Support for queries, sending tokens, wallets, basic smart contract interactions
- Support for staking-related logic

- Added documentation using MkDocs

- Added low-level support for Cosmos SDK's `gov` module
- Added low-level support for Cosmos SDK's `distribution` module
- Added low-level support for Cosmos SDK's `mint` module
- Added low-level support for Cosmos SDK's `slashing` module
- Added low-level support for Cosmos SDK's `evidence` module

- Improvement to linters (added `darglint` to `make lint`). Resolved `darglint` complains.

- Various fixes and cleanups

## 0.2.0 (2022-02-09)

- Fixed some REST api bugs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name="cosmpy",
version="0.2.0",
version="0.3.0",
description="A library for interacting with the cosmos networks",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6396a3c

Please sign in to comment.