Skip to content

Commit

Permalink
[release] Bump LibCST to new release 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmylai committed Mar 5, 2020
1 parent 4544539 commit 01f6197
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.3.3 - 2020-03-05

## Added
- `ByteSpanPositionProvider` provides start offset and length of CSTNode as metadata.
- `get_docstring` helper provides docstring from `Module`, `ClassDef` and `FunctionDef` node types.

## Updated
- Optimized `ScopeProvider` performance to run faster and use less memory:
- remove unnecessary `Assignment` of keyword `Arg`.
- don't provide scope object for formatting information nodes.
- batch set union updates in `infer_accesses` step.

## Fixed
- Fixed `_assignments` mutation when calling read-only `Scope.get_qualified_names_for` and `__contains__`.

# 0.3.2 - 2020-02-24

## 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.2"
LIBCST_VERSION: str = "0.3.3"

0 comments on commit 01f6197

Please sign in to comment.