From 7fdae6ce6d72cbb6a7fa0b3b106a183cc9a206e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20M=C3=A9ndez=20Bravo?= Date: Fri, 7 Aug 2020 11:11:57 -0700 Subject: [PATCH] Bump to version 0.3.9 --- CHANGELOG.md | 11 +++++++++++ libcst/_version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bbc2a21..2f936ef82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.3.9 - 2020-09-07 + +## Added + - Support string type annotations in RemoveUnusedImports [#353](https://github.com/Instagram/LibCST/issues/353) + - Add scope to ImportAlias [#350](https://github.com/Instagram/LibCST/issues/350) + - Add scope to ClassDef [#349](https://github.com/Instagram/LibCST/issues/349) + +## Fixed + - Fixed all pyre related errors [#360](https://github.com/Instagram/LibCST/issues/360) + - Fixed enclosing attribute for attributes in call arguments [#362](https://github.com/Instagram/LibCST/issues/362) + # 0.3.8 - 2020-07-22 ## Added diff --git a/libcst/_version.py b/libcst/_version.py index 87ce5f25a..2adb8c1c9 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.8" +LIBCST_VERSION: str = "0.3.9"