Skip to content

Commit

Permalink
Prep CHANGELOG for v0.13.0 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant committed May 11, 2022
1 parent 60a04f8 commit 53de26b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.13.0

## Added
* Add opcode support for ECDSA verify, decompress, and recover ([#307](https://github.com/algorand/pyteal/pull/307)).

## Fixed
* Fix bug where `Continue` skips `While` condition check ([#332](https://github.com/algorand/pyteal/pull/332)).
* Fix `If` construction using builder syntax ([#329](https://github.com/algorand/pyteal/pull/329)).

## Changed
* Correct multiple doc typos ([#324](https://github.com/algorand/pyteal/pull/324), [#330](https://github.com/algorand/pyteal/pull/330)).

# 0.12.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.12.1",
version="0.13.0",
author="Algorand",
author_email="pypiservice@algorand.com",
description="Algorand Smart Contracts in Python",
Expand Down

0 comments on commit 53de26b

Please sign in to comment.