Skip to content

Commit

Permalink
Merge pull request #364 from Kronuz/Kronuz-patch-version
Browse files Browse the repository at this point in the history
Bump to version 0.3.9
  • Loading branch information
Kronuz authored Aug 7, 2020
2 parents 27be9b1 + 7fdae6c commit 867f85e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.3.9 - 2020-09-07

## Added
- Support string type annotations in RemoveUnusedImports [#353](https://github.com/Instagram/LibCST/issues/353)
- Add scope to ImportAlias [#350](https://github.com/Instagram/LibCST/issues/350)
- Add scope to ClassDef [#349](https://github.com/Instagram/LibCST/issues/349)

## Fixed
- Fixed all pyre related errors [#360](https://github.com/Instagram/LibCST/issues/360)
- Fixed enclosing attribute for attributes in call arguments [#362](https://github.com/Instagram/LibCST/issues/362)

# 0.3.8 - 2020-07-22

## 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.8"
LIBCST_VERSION: str = "0.3.9"

0 comments on commit 867f85e

Please sign in to comment.