mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Bump to version 0.3.9
This commit is contained in:
parent
2e788a25dc
commit
7fdae6ce6d
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue