Skip to content

Commit 5494da9

Browse files
semantic-releaseengineering-ci[bot]
authored andcommitted
4.1.0
4.1.0 skip-checks: true
1 parent d205805 commit 5494da9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

5+
## v4.1.0 (2025-06-19)
6+
7+
### Feature
8+
9+
* Send payment transaction with algokit core ([`6d7bb66`](https://github.com/algorandfoundation/algokit-utils-py/commit/6d7bb666013024d7e65a8b6b55d0e27b71a9d9bb))
10+
* Calculated fee using assign_fee from core ([`231395a`](https://github.com/algorandfoundation/algokit-utils-py/commit/231395a407dc4760a03c743c337af12ed0813e0f))
11+
* Using AlgodApi OpenAPI generated client to send transactions to a node ([`40c674b`](https://github.com/algorandfoundation/algokit-utils-py/commit/40c674b50fa8601e63df2a185f689c8ed619d290))
12+
* Using AlgoKit Core to build a payment transaction ([`f15e32e`](https://github.com/algorandfoundation/algokit-utils-py/commit/f15e32e9ebe2eb81ae7f1bc5211d9a4f61ab4c89))
13+
14+
### Fix
15+
16+
* Remove prepending the prefix twice ([#154](https://github.com/algorandfoundation/algokit-utils-py/issues/154)) ([`da19028`](https://github.com/algorandfoundation/algokit-utils-py/commit/da1902820be40817514b2461a65ee7c737f87827))
17+
* Readonly simulate extra opcode budget handling ([#180](https://github.com/algorandfoundation/algokit-utils-py/issues/180)) ([`c6aef93`](https://github.com/algorandfoundation/algokit-utils-py/commit/c6aef9359d4706921c259c301075243873ce5683))
18+
* Fixes ABI return handling for bare create/delete ([#178](https://github.com/algorandfoundation/algokit-utils-py/issues/178)) ([`9980636`](https://github.com/algorandfoundation/algokit-utils-py/commit/998063690f01c0fc1de234ae14a3fda3d6323c84))
19+
* Pip-audit failure for setuptools ([`1ffeaf1`](https://github.com/algorandfoundation/algokit-utils-py/commit/1ffeaf18ae9797f25849cb96fc16ba29e043e308))
20+
* Deployment send params aren't passed into the composer ([`cf7fb08`](https://github.com/algorandfoundation/algokit-utils-py/commit/cf7fb08b86e7032a26f540bad6bea94944eae65f))
21+
* Correctly re-throw the exception ([`67940f4`](https://github.com/algorandfoundation/algokit-utils-py/commit/67940f4e61f78c3fcc8b88eeb0b34613faf327ec))
22+
* Introducing tagged releases for the integration with algokit-core ([`2ec3993`](https://github.com/algorandfoundation/algokit-utils-py/commit/2ec3993cbaacfb369c6207bf7fee85f9887c8369))
23+
* Keep the user min fee if set ([`5be8767`](https://github.com/algorandfoundation/algokit-utils-py/commit/5be8767d8f3438ed339be9178cf790e1384fd617))
24+
525
## v4.0.1 (2025-05-01)
626

727
### Fix

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 = "4.0.1"
3+
version = "4.1.0"
44
description = "Utilities for Algorand development for use by AlgoKit"
55
authors = ["Algorand Foundation <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)