Skip to content

Commit 7e22fba

Browse files
semantic-releaseactions-user
authored andcommitted
1.0.1
1.0.1 skip-checks: true
1 parent d4bec7a commit 7e22fba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## v1.0.1 (2023-05-23)
6+
### Fix
7+
* Resolves issue when using ApplicationClient.prepare with a custom TransactionSigner, resolves #213 ([#229](https://github.com/algorand-devrel/beaker/issues/229)) ([`55bd4fc`](https://github.com/algorand-devrel/beaker/commit/55bd4fc2fad4b01d3c64ad71de5bef6d48139cdd))
8+
9+
### Documentation
10+
* Rebuild docs ([`e172afe`](https://github.com/algorand-devrel/beaker/commit/e172afead01f569cb314bdcaee1583b1f24ad05a))
11+
* Add section to usage docs about how to structure an application ([#230](https://github.com/algorand-devrel/beaker/issues/230)) ([`9fa92c2`](https://github.com/algorand-devrel/beaker/commit/9fa92c29ed6244eb40dec7899e3c492b2d6028b2))
12+
* Fix some links and remove testing page as it is no longer part of beaker lib ([#223](https://github.com/algorand-devrel/beaker/issues/223)) ([`2443f4f`](https://github.com/algorand-devrel/beaker/commit/2443f4f03a8f76f4e08705d7a7c8e8d12de99f13))
13+
514
## v1.0.0 (2023-03-28)
615
### Feature
716
* Add algokit-utils library and convert application client ([#218](https://github.com/algorand-devrel/beaker/issues/218)) ([`2731447`](https://github.com/algorand-devrel/beaker/commit/2731447ad077187ff23f28338d61b6e8c4645a4e))

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 = "beaker-pyteal"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A Framework for building PyTeal Applications"
55
license = "MIT"
66
authors = ["Ben Guidarelli <ben@algorand.com>"]

0 commit comments

Comments
 (0)