From 10d64510673997ef66bb123e6839852eb09111cb Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Thu, 1 Oct 2020 15:49:02 +0100 Subject: [PATCH] bump version to 0.3.12 (#398) --- CHANGELOG.md | 6 ++++++ libcst/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"