Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
0.2.0

skip-checks: true
  • Loading branch information
semantic-release authored and actions-user committed Mar 28, 2023
1 parent b73bb69 commit dbfbf05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v0.2.0 (2023-03-28)
### Feature
* Allow broader types when specifying methods and app_spec in ApplicationClient ([#7](https://github.com/algorandfoundation/algokit-utils-py/issues/7)) ([`b73bb69`](https://github.com/algorandfoundation/algokit-utils-py/commit/b73bb69804a9652fcdb2354f3305e96934d834a4))
* Make ABI call arguments kwargs instead of a dict ([#6](https://github.com/algorandfoundation/algokit-utils-py/issues/6)) ([`574b147`](https://github.com/algorandfoundation/algokit-utils-py/commit/574b14772acce6ae26e05765bf87d1f0dc9d906e))

## v0.1.3 (2023-03-23)
### Fix
* Get_account now works if called a second time for the same account name ([`513dd4c`](https://github.com/algorandfoundation/algokit-utils-py/commit/513dd4c734211fa60d98e5d7b8d01b9aa6b3f830))
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 = "algokit-utils"
version = "0.1.3"
version = "0.2.0"
description = "Utilities for Algorand development for use by AlgoKit"
authors = ["Algorand Foundation <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit dbfbf05

Please sign in to comment.