diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebcdb479..e15903ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.3.13 - 2020-10-12 + +## Fixed +- Use correct type for AugAssign and AnnAssign target [#396](https://github.com/Instagram/LibCST/pull/396) +- Support string annotations for type aliases [#401](https://github.com/Instagram/LibCST/pull/401) + # 0.3.12 - 2020-10-01 ## Fixed diff --git a/libcst/_version.py b/libcst/_version.py index d1a3ae312..e00f3a619 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.12" +LIBCST_VERSION: str = "0.3.13"