Skip to content

Commit

Permalink
bump version to 0.3.12 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored Oct 1, 2020
1 parent 1d22a29 commit 10d6451
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.12 - 2020-10-01

## Fixed
- fix RemoveImportsVisitor crash when ImportAlias is inserted without comma [#397](https://github.com/Instagram/LibCST/pull/397)
- Provide STORE for {Class,Function}Def.name in ExpressionContextProvider [#394](https://github.com/Instagram/LibCST/pull/394)

# 0.3.11 - 2020-09-29

## 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.11"
LIBCST_VERSION: str = "0.3.12"

0 comments on commit 10d6451

Please sign in to comment.