Skip to content

Commit

Permalink
bump version to 0.3.19 (#484)
Browse files Browse the repository at this point in the history
* bump version to 0.3.19

* Update CHANGELOG.md

Co-authored-by: Jimmy Lai <yurinai@gmail.com>

Co-authored-by: Jimmy Lai <yurinai@gmail.com>
  • Loading branch information
zsol and jimmylai committed May 13, 2021
1 parent 4d2ccc5 commit e0dd601
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.3.19 - 2021-05-12

# Updated
- Return more specific QNames for assignments [#477](https://github.com/Instagram/LibCST/pull/477)
- Tie accesses from string annotation to the string node [#483](https://github.com/Instagram/LibCST/pull/483)
## Fixed
- Fix leaking processes from TypeInferenceProvider [#474](https://github.com/Instagram/LibCST/pull/474)
- Fix TypeInferenceProvider breakage with empty cache [#476](https://github.com/Instagram/LibCST/pull/476)
- Fix formatting for link to QualifiedName class in docs [#480](https://github.com/Instagram/LibCST/pull/480)

# 0.3.18 - 2021-03-29

## Added
Expand Down
2 changes: 1 addition & 1 deletion libcst/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# LICENSE file in the root directory of this source tree.


LIBCST_VERSION: str = "0.3.18"
LIBCST_VERSION: str = "0.3.19"

0 comments on commit e0dd601

Please sign in to comment.