File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,21 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
14
14
<i >This section is currently empty.</i >
15
15
16
16
17
+ ## [ 0.12.0] - 2025-08-19
18
+
19
+ ### Removed
20
+
21
+ * 2025.1.* are no longer supported.
22
+
23
+
24
+ ### Fixed
25
+
26
+ * In 2025.2, due to a change in the native LSP client,
27
+ Pyright would fail to recognize the project's interpreter
28
+ and thus emit false positive ` reportMissingImports ` errors.
29
+ This has been fixed.
30
+
31
+
17
32
## [ 0.11.0] - 2025-07-01
18
33
19
34
### Added
@@ -250,7 +265,8 @@ If you encounter a bug, please [file an issue][0.7.0-1].
250
265
* Project initialized.
251
266
252
267
253
- [ Unreleased ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.11.0..HEAD
268
+ [ Unreleased ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.12.0..HEAD
269
+ [ 0.12.0 ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.11.0..v0.12.0
254
270
[ 0.11.0 ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.10.0..v0.11.0
255
271
[ 0.10.0 ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.9.0..v0.10.0
256
272
[ 0.9.0 ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.8.0..v0.9.0
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
14
14
<i >This section is currently empty.</i >
15
15
16
16
17
+ ## [ 0.12.0] - 2025-08-19
18
+
19
+ <i >This section is currently empty.</i >
20
+
21
+
17
22
## [ 0.11.0] - 2025-07-01
18
23
19
24
Contributors:
@@ -433,7 +438,8 @@ Contributors:
433
438
* Project initialized.
434
439
435
440
436
- [ Unreleased ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.11.0..HEAD
441
+ [ Unreleased ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.12.0..HEAD
442
+ [ 0.12.0 ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.11.0..v0.12.0
437
443
[ 0.11.0 ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.10.0..v0.11.0
438
444
[ 0.10.0 ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.9.0..v0.10.0
439
445
[ 0.9.0 ] : https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.8.0..v0.9.0
You can’t perform that action at this time.
0 commit comments