Skip to content

Commit

Permalink
Merge pull request #82 from kevinheavey/release-0.9.4
Browse files Browse the repository at this point in the history
Release 0.9.4
  • Loading branch information
kevinheavey authored Jul 18, 2022
2 parents 48346d5 + 1a97e0e commit e2f6ffa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.3
current_version = 0.9.4
commit = True
tag = True
tag_name = {new_version}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.9.4] - 2022-07-18

### Fixed

Add missing BorshPubkey import in generated client types [#(81)](https://github.com/kevinheavey/anchorpy/pull/81)

## [0.9.3] - 2022-07-06

### Changed
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 = "anchorpy"
version = "0.9.3"
version = "0.9.4"
description = "The Python Anchor client."
readme = "README.md"
repository = "https://github.com/kevinheavey/anchorpy"
Expand Down
2 changes: 1 addition & 1 deletion src/anchorpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
]


__version__ = "0.9.3"
__version__ = "0.9.4"

0 comments on commit e2f6ffa

Please sign in to comment.