Skip to content

Commit cec57a9

Browse files
semantic-releaseactions-user
authored andcommitted
0.1.0
0.1.0 skip-checks: true
1 parent fb197c0 commit cec57a9

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2023-06-06)
6+
7+
### Feature
8+
9+
* Add compose functionality to generated clients ([#9](https://github.com/algorandfoundation/algokit-client-generator-py/issues/9)) ([`98b8d4d`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/98b8d4d8330fc5dbf2351407540f848b80008989))
10+
* Add additional doc strings ([`b900d56`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/b900d56ffcee007c61361f63f3248b4a2952931c))
11+
* Generate client method docstrings ([`a0f3ace`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/a0f3ace59f7630451ebc5360fc79387b2bc03b07))
12+
* Expand supported types ([`5a23813`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/5a23813fd5105fc1ad900e4e729bca63ad7413bd))
13+
* Forward commonly used properties ([`2b4873b`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/2b4873bc8ce374eaf1fa65d74cc42b90068d19f5))
14+
* Support for named structs ([`d05e79b`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/d05e79bc1b8c993157e775d8edfa1723dcf3256e))
15+
* Convert special methods from overloads to prefixed names ([`0aa67e6`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/0aa67e63404e000c7e6993a3595cd93b56999630))
16+
* Improve CLI parsing robustness ([`046f88e`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/046f88e34dbf24cbf6adeac7e6857c9d6c007a28))
17+
* Enable running as a CLI ([`7d12057`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/7d120573888a3066b51922e0e322be57a8514a2c))
18+
* Add algokit typed client generator ([`1831730`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/1831730faae20b401c87e1e4c720875197476736))
19+
20+
### Fix
21+
22+
* Use logger instead of print ([`109bffb`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/109bffb6d44fff3288ecbf1f233228f3eb86ec24))
23+
* Remove GenerationSettings ([`3340a39`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/3340a394ed8b7a40f72b34df5a4743a5fa34ade3))
24+
* Reduce type warnings ([`b3f2e5e`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/b3f2e5ebf2a0cc9f2e7c19278cc7ea455d9bc03a))
25+
* Use names derived from ABI signature if overloads ([`a9fec9c`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/a9fec9c2f00d24dbab4dceec7e6912a89747c0d7))
26+
* Rename CLI alias to algokitgen-py ([`f968dd0`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/f968dd02dacc5846061e8935d3725258f4a60c85))
27+
* Map byte[] to bytes ([#3](https://github.com/algorandfoundation/algokit-client-generator-py/issues/3)) ([`68bdee3`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/68bdee392dd811227e694c2f1aac0d57dde6ee0e))
28+
29+
### Documentation
30+
31+
* Update README.md ([`fb197c0`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/fb197c0a47fc3d6f82cb62c6a2be6c607bc636ad))
32+
* Update README.md ([`d35a37b`](https://github.com/algorandfoundation/algokit-client-generator-py/commit/d35a37b9868ff14747395ca9ece6bd83fc476e37))

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-client-generator"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "Algorand typed client Generator"
55
authors = ["Algorand Foundation <contact@algorand.foundation>"]
66
license = "MIT"

0 commit comments

Comments
 (0)