Skip to content

Commit

Permalink
bump version to 0.3.14 (#420)
Browse files Browse the repository at this point in the history
* bump version to 0.3.14

* add whitespace
  • Loading branch information
zsol authored Nov 18, 2020
1 parent 1100951 commit 77d8a90
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.3.14 - 2020-11-18

## Fixed
- Fix is_annotation for types used in classdef base and assign value [#406](https://github.com/Instagram/LibCST/pull/406)
- Visit concatenated f-strings during scope analysis [#411](https://github.com/Instagram/LibCST/pull/411)
- Correct handling of walrus operator in function args [#417](https://github.com/Instagram/LibCST/pull/417)
- Allow generator expressions in f-strings [#419](https://github.com/Instagram/LibCST/pull/419)
- Keep track of assignment/access ordering during scope analysis [#413](https://github.com/Instagram/LibCST/pull/413)
- Handle string type references in cast() during scope analysis [#418](https://github.com/Instagram/LibCST/pull/418)

# 0.3.13 - 2020-10-12

## 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.13"
LIBCST_VERSION: str = "0.3.14"

0 comments on commit 77d8a90

Please sign in to comment.