Merge pull request #348 from Instagram/luciali_release

[release] Bump LibCST to new release 0.3.8
This commit is contained in:
luciawlli 2020-07-22 17:04:19 -07:00 committed by GitHub
commit 857fcc7bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View file

@ -1,3 +1,20 @@
# 0.3.8 - 2020-07-22
## Added
- Handle type subscripts when applying annotations. [#335](https://github.com/Instagram/LibCST/pull/335)
- Added FullRepoManager `cache` property [#330](https://github.com/Instagram/LibCST/pull/330)
- Added optional args for tox commands [#327](https://github.com/Instagram/LibCST/pull/327)
## Updated
- Only remove trailing comma if the last alias is removed [#334](https://github.com/Instagram/LibCST/pull/334)
## Fixed
- Fixed inserting imports after module docstring [#343](https://github.com/Instagram/LibCST/pull/343)
- Fixed ParenthesizedWhitespace before params in FuncDef [#342](https://github.com/Instagram/LibCST/pull/342)
- Fixed validation for ImportAlias and Try statements [#340](https://github.com/Instagram/LibCST/pull/340)
- Fixed NotEqual position issue [#325](https://github.com/Instagram/LibCST/pull/325)
- Fixed minor typo in scope_provider.py [#324](https://github.com/Instagram/LibCST/pull/324)
# 0.3.7 - 2020-06-24
## Added

View file

@ -4,4 +4,4 @@
# LICENSE file in the root directory of this source tree.
LIBCST_VERSION: str = "0.3.7"
LIBCST_VERSION: str = "0.3.8"