Skip to content

Commit

Permalink
bump version to 0.3.16 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored Dec 16, 2020
1 parent 1571cdd commit df231f3
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.3.16 - 2020-12-16

## Added
- Support PEP-604 style unions in decorator annotations [#429](https://github.com/Instagram/LibCST/pull/429)
- Gathering exports in augmented assignment statements [#426](https://github.com/Instagram/LibCST/pull/426)

## Fixed
- Don't allow out of order accesses in the global scope [#431](https://github.com/Instagram/LibCST/pull/431)
- Handle scope ordering in For statements [#430](https://github.com/Instagram/LibCST/pull/430)
- Fix for not parsing subscripts such as `cast()["from"]` [#428](https://github.com/Instagram/LibCST/pull/428)
- Walrus operator's left hand side now has STORE expression context [#433](https://github.com/Instagram/LibCST/pull/433)

# 0.3.15 - 2020-12-01

## Added
Expand Down
2 changes: 1 addition & 1 deletion libcst/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# LICENSE file in the root directory of this source tree.


LIBCST_VERSION: str = "0.3.15"
LIBCST_VERSION: str = "0.3.16"

0 comments on commit df231f3

Please sign in to comment.