Skip to content

Commit 706df1a

Browse files
semantic-releaseactions-user
authored andcommitted
0.1.2
0.1.2 skip-checks: true
1 parent f7a887b commit 706df1a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.2 (2023-03-23)
6+
### Fix
7+
* Expose execute_atc_with_logic_error, allow specifying approval source map ([`f7a887b`](https://github.com/algorandfoundation/algokit-utils-py/commit/f7a887bd688d8527b3559da69bf4426f40fa01d1))
8+
* Resolve sender on __init__ ([`000612d`](https://github.com/algorandfoundation/algokit-utils-py/commit/000612dbfc14f55c0c78341f395710235e562caa))
9+
* Add rekey_to to call method ([#3](https://github.com/algorandfoundation/algokit-utils-py/issues/3)) ([`940e7aa`](https://github.com/algorandfoundation/algokit-utils-py/commit/940e7aaa9794891eb14a120a27c37084e78b4c18))
10+
* Handle app notes with partial data ([#2](https://github.com/algorandfoundation/algokit-utils-py/issues/2)) ([`3cc75db`](https://github.com/algorandfoundation/algokit-utils-py/commit/3cc75db1f40e72da6762c1fe371153a0d610a2b7))
11+
512
## v0.1.1 (2023-03-22)
613
### Fix
714
* Don't mutate provided args when calling ([`c152ed9`](https://github.com/algorandfoundation/algokit-utils-py/commit/c152ed9171d2e734ebae69abb803b60e01e96338))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "algokit-utils"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Utilities for Algorand development for use by AlgoKit"
55
authors = ["Algorand Foundation <contact@algorand.foundation>"]
66
license = "MIT"

0 commit comments

Comments
 (0)