Skip to content

Commit 9301892

Browse files
authored
version v0.24.0 (#693)
1 parent e0eb54c commit 9301892

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
## Added
44

5+
## Fixed
6+
7+
## Changed
8+
9+
# v0.24.0
10+
11+
## Added
12+
513
* Clarify that `Approve` and `Reject` always exit in the documentation. ([#660](https://github.com/algorand/pyteal/pull/660))
614
* Added frame pointer support for router. ([#600](https://github.com/algorand/pyteal/pull/600))
715
* NOTE: a backwards incompatable change was imposed in this PR: previous `build_program` method in `Router` was exported and public, now this method is hidden. Use `compile_program` only.
816
* Experimental source mapping capability. ([#650](https://github.com/algorand/pyteal/pull/650))
917

10-
## Fixed
11-
1218
## Changed
1319

1420
* Enable source maps using the new `FeatureGate` class. See `examples/applications/sourcemap.py` for a usage example. ([#687](https://github.com/algorand/pyteal/pull/687))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="pyteal",
10-
version="0.23.0",
10+
version="0.24.0",
1111
author="Algorand",
1212
author_email="[email protected]",
1313
description="Algorand Smart Contracts in Python",

0 commit comments

Comments
 (0)