Skip to content

Commit

Permalink
Bump to version 0.3.15 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronuz authored Dec 1, 2020
1 parent 1326a0e commit 8eee3cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.3.15 - 2020-12-01

## Added
- Support Named Unicode Characters and yield in f-strings [#424](https://github.com/Instagram/LibCST/pull/424)

## Fixed
- Assignment/access ordering in comprehensions [#423](https://github.com/Instagram/LibCST/pull/423)
- Referencing of remaining objects in cast() [#422](https://github.com/Instagram/LibCST/pull/422)

# 0.3.14 - 2020-11-18

## Fixed
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.14"
LIBCST_VERSION: str = "0.3.15"

0 comments on commit 8eee3cc

Please sign in to comment.