Skip to content

Commit

Permalink
Bump version to 0.3.21 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Sep 21, 2021
1 parent a20d43e commit 39607ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.3.21 - 2021-09-21

## Fixed
- Fix pyre command for type inference provider [#523](https://github.com/Instagram/LibCST/pull/523)

## Updated
- Change codegen to treat typing.Union[Foo, NoneType] and typing.Optional[Foo] as the same [#508]((https://github.com/Instagram/LibCST/pull/508)
- Rewrite the MatchIfTrue type to be generic on _MatchIfTrueT [#512](https://github.com/Instagram/LibCST/pull/512)
- Add python3.9 to the CI [#506](https://github.com/Instagram/LibCST/pull/506)
- Various CI changes [#471](https://github.com/Instagram/LibCST/pull/471) [#510](https://github.com/Instagram/LibCST/pull/510) [#505](https://github.com/Instagram/LibCST/pull/505) [#515](https://github.com/Instagram/LibCST/pull/515) [#516](https://github.com/Instagram/LibCST/pull/516)

# 0.3.20 - 2021-08-09

## Fixed
Expand Down

0 comments on commit 39607ed

Please sign in to comment.