Skip to content

Commit dde88a2

Browse files
committed
add changelog entry
1 parent a2b3456 commit dde88a2

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 1.5.0 - 2024-10-10
2+
3+
## Added
4+
* FullyQualifiedNameProvider: Optionally consider pyproject.toml files when determining a file's module name and package by @camillol in https://github.com/Instagram/LibCST/pull/1148
5+
* Add validation for If node by @kiri11 in https://github.com/Instagram/LibCST/pull/1177
6+
* include python 3.13 in build by @khameeteman in https://github.com/Instagram/LibCST/pull/1203
7+
8+
## Fixed
9+
* fix various Match statement visitation errors by @zsol in https://github.com/Instagram/LibCST/pull/1161
10+
* Mention codemod -x flag in docs by @kiri11 in https://github.com/Instagram/LibCST/pull/1169
11+
* Clear warnings for each file in codemod cli by @kiri11 in https://github.com/Instagram/LibCST/pull/1184
12+
* Typo fix in codemods_tutorial.rst (trivial) by @wimglenn in https://github.com/Instagram/LibCST/pull/1208
13+
* fix certain matchers breaking under multiprocessing by initializing them late by @kiri11 in https://github.com/Instagram/LibCST/pull/1204
14+
15+
## Updated
16+
* make libcst_native::tokenizer public by @zsol in https://github.com/Instagram/LibCST/pull/1182
17+
* Use `license` instead of `license-file` by @michel-slm in https://github.com/Instagram/LibCST/pull/1189
18+
* Drop codecov from CI and readme by @amyreese in https://github.com/Instagram/LibCST/pull/1192
19+
20+
21+
## New Contributors
22+
* @kiri11 made their first contribution in https://github.com/Instagram/LibCST/pull/1169
23+
* @grievejia made their first contribution in https://github.com/Instagram/LibCST/pull/1174
24+
* @michel-slm made their first contribution in https://github.com/Instagram/LibCST/pull/1189
25+
* @wimglenn made their first contribution in https://github.com/Instagram/LibCST/pull/1208
26+
* @khameeteman made their first contribution in https://github.com/Instagram/LibCST/pull/1203
27+
28+
**Full Changelog**: https://github.com/Instagram/LibCST/compare/v1.4.0...v1.5.0
29+
130
# 1.4.0 - 2024-05-22
231

332
## Fixed

0 commit comments

Comments
 (0)