Skip to content

Commit

Permalink
add history entry and bump version to 0.9.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Jan 10, 2024
1 parent e95c95e commit 68d5fd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,4 @@ bool
noqa
biputils
googleapis
M1
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 0.9.2

- fix: coin parsing to support ibc denoms
- chore: bump grpcio to support Apple M1 architectures and Python 3.12

## 0.9.1

- fix: move googleapis-common-protos to main dependency group to resolve installation issues
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 = "cosmpy"
version = "0.9.1"
version = "0.9.2"
description = "A library for interacting with the cosmos networks"
authors = ["Fetch.AI Limited"]
readme = "README.md"
Expand Down

0 comments on commit 68d5fd7

Please sign in to comment.