Skip to content

Commit

Permalink
bump version to 0.3.11 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored Sep 28, 2020
1 parent 0a4d1e4 commit efe0fdb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.3.11 - 2020-09-29

## Added
- Implement TypeOf matcher [#384](https://github.com/Instagram/LibCST/pull/384)

## Updated
- Update return type of ParentNodeProvider to be CSTNode [#377](https://github.com/Instagram/LibCST/pull/377)
- Add source code links to each class/function [#378](https://github.com/Instagram/LibCST/pull/378)

## Fixed
- Removing an import alias with a trailing standalone comment should preserve the comment [#392](https://github.com/Instagram/LibCST/pull/392)

# 0.3.10 - 2020-09-17

## 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.10"
LIBCST_VERSION: str = "0.3.11"

0 comments on commit efe0fdb

Please sign in to comment.