You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
0 commit comments