Skip to content

Commit b120720

Browse files
committed
Release 0.12.0
1 parent 973b0fc commit b120720

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
1414
<i>This section is currently empty.</i>
1515

1616

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+
1732
## [0.11.0] - 2025-07-01
1833

1934
### Added
@@ -250,7 +265,8 @@ If you encounter a bug, please [file an issue][0.7.0-1].
250265
* Project initialized.
251266

252267

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
254270
[0.11.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.10.0..v0.11.0
255271
[0.10.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.9.0..v0.10.0
256272
[0.9.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.8.0..v0.9.0

CHANGELOG_CODE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
1414
<i>This section is currently empty.</i>
1515

1616

17+
## [0.12.0] - 2025-08-19
18+
19+
<i>This section is currently empty.</i>
20+
21+
1722
## [0.11.0] - 2025-07-01
1823

1924
Contributors:
@@ -433,7 +438,8 @@ Contributors:
433438
* Project initialized.
434439

435440

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
437443
[0.11.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.10.0..v0.11.0
438444
[0.10.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.9.0..v0.10.0
439445
[0.9.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.8.0..v0.9.0

0 commit comments

Comments
 (0)