Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af949ae

Browse files
authoredFeb 25, 2025··
Prep for release v0.27.0. (#726)
1 parent e994c1c commit af949ae

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66

77
## Changed
88

9+
# v0.27.0
10+
11+
## Added
12+
13+
* Added new fields for global, acct_params_get, and block ([#722](https://github.com/algorand/pyteal/pull/722)))
14+
* Added new fields for global, acct_params_get, and block
15+
* online_state and voter_params_get
16+
* mimc opcode
17+
18+
## Changed
19+
20+
* Update recurring_swap.py ([#721](https://github.com/algorand/pyteal/pull/721))
21+
* Bump setuptools from 69.0.2 to 70.0.0 ([#725](https://github.com/algorand/pyteal/pull/725))
22+
* Upgrade Black to 24.8.0. ([#724](https://github.com/algorand/pyteal/pull/724))
23+
924
# v0.26.1
1025

1126
## Fixed

‎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.26.1",
10+
version="0.27.0",
1111
author="Algorand",
1212
author_email="pypiservice@algorand.com",
1313
description="Algorand Smart Contracts in Python",

0 commit comments

Comments
 (0)
Please sign in to comment.