diff --git a/CHANGELOG.md b/CHANGELOG.md index afba505c7..9ebcdb479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/libcst/_version.py b/libcst/_version.py index ba78b6ef8..d1a3ae312 100644 --- a/libcst/_version.py +++ b/libcst/_version.py @@ -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"