Skip to content

Commit

Permalink
Prep CHANGELOG for v0.12.0 (algorand#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant authored May 2, 2022
1 parent cda0a51 commit 23789a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.12.0

## Added
* Introduce a utility for increasing opcode budget referred to as OpUp ([#274](https://github.com/algorand/pyteal/pull/274)).
* Introduce dryrun testing facilities referred to as blackbox testing ([#249](https://github.com/algorand/pyteal/pull/249)).

## Changed
* Make various user guide updates/corrections ([#291](https://github.com/algorand/pyteal/pull/291), [#295](https://github.com/algorand/pyteal/pull/295), [#301](https://github.com/algorand/pyteal/pull/301)).
* Install flake8 linter ([#273](https://github.com/algorand/pyteal/pull/273), [#283](https://github.com/algorand/pyteal/pull/283)).

# 0.11.1

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pyteal",
version="0.11.1",
version="0.12.0",
author="Algorand",
author_email="[email protected]",
description="Algorand Smart Contracts in Python",
Expand Down

0 comments on commit 23789a3

Please sign in to comment.