Skip to content

Commit

Permalink
Bump version to 0.3.18 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Mar 29, 2021
1 parent 9a6fd56 commit 27ef2bf
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.18 - 2021-03-29

## Added
- Add FlattenSentinel to support replacing a statement with multiple statements [#455](https://github.com/Instagram/LibCST/pull/455)
- Add BuiltinScope [#469](https://github.com/Instagram/LibCST/pull/469)
- Add FullyQualifiedNameProvider [#465](https://github.com/Instagram/LibCST/pull/465)

## Updated
- Split QualifiedNameProvider out from libcst.metadata.scope_provider [#464](https://github.com/Instagram/LibCST/pull/464)

## Fixed
- Exception while parsing escape character in raw f-strings [#462](https://github.com/Instagram/LibCST/issues/462)
# 0.3.17 - 2021-02-08

## Updated
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.17"
LIBCST_VERSION: str = "0.3.18"

0 comments on commit 27ef2bf

Please sign in to comment.