Skip to content

Commit

Permalink
Merge pull request #348 from Instagram/luciali_release
Browse files Browse the repository at this point in the history
[release] Bump LibCST to new release 0.3.8
  • Loading branch information
luciawlli authored Jul 23, 2020
2 parents a9177e2 + cf51c73 commit 857fcc7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.7"
LIBCST_VERSION: str = "0.3.8"

0 comments on commit 857fcc7

Please sign in to comment.