From a1282f27f6b9cd0625b013a009bf6e3b5de68561 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Tue, 10 Aug 2021 10:37:18 +0100 Subject: [PATCH] bump version to 0.3.20 (#504) --- CHANGELOG.md | 7 +++++++ libcst/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe89ab1f9..73f79ea1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.3.20 - 2021-08-09 + +## Fixed +- Don't reset subprocess environment to fix codemodding on windows [#495](https://github.com/Instagram/LibCST/pull/495) +- TypeAnnotationsVisitor: don't truncate function return type [#499](https://github.com/Instagram/LibCST/pull/499) +- Docs: Fix typo [#492](https://github.com/Instagram/LibCST/pull/492) + # 0.3.19 - 2021-05-12 # Updated diff --git a/libcst/_version.py b/libcst/_version.py index 70304ffb3..960ab01de 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.19" +LIBCST_VERSION: str = "0.3.20"