From 9b1c6ecc2c6b4cbc4fc366f4ea87bbc5b184a444 Mon Sep 17 00:00:00 2001 From: InSyncWithFoo Date: Sun, 23 Jun 2024 01:59:12 +0000 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 11 ++++++++++- CHANGELOG_CODE.md | 8 +++++++- README.md | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e444e3f..b989c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1]. ## [Unreleased] +This section is currently empty. + + +## [1.0.0] - 2024-06-22 + ### Added * The list of recognized file extensions can now be configured @@ -30,6 +35,9 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1]. * The "Auto-import" completion item detail monkeypatch introduced in the previous version can now be disabled. +* The support version cap is removed. + The plugin is now declared as compatible with + all versions from 2024.1 and later. ## [0.5.0] - 2024-05-27 @@ -163,7 +171,8 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1]. * Project initialized. - [Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.5.0..HEAD + [Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v1.0.0..HEAD + [1.0.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.5.0..v1.0.0 [0.5.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.4.0..v0.5.0 [0.4.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.3.0..v0.4.0 [0.3.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.2.0..v0.3.0 diff --git a/CHANGELOG_CODE.md b/CHANGELOG_CODE.md index 7985ac4..40c9cab 100644 --- a/CHANGELOG_CODE.md +++ b/CHANGELOG_CODE.md @@ -12,6 +12,11 @@ For user-facing changes, see [`CHANGELOG.md`][_-1]. ## [Unreleased] +This section is currently empty. + + +## [1.0.0] - 2024-06-22 + ### Added * Project option "Targeted file extensions" is added. (d5c69dbb, 541c5630) @@ -297,7 +302,8 @@ For user-facing changes, see [`CHANGELOG.md`][_-1]. * Project initialized. - [Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.5.0..HEAD + [Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v1.0.0..HEAD + [1.0.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.5.0..v1.0.0 [0.5.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.4.0..v0.5.0 [0.4.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.3.0..v0.4.0 [0.3.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.2.0..v0.3.0 diff --git a/README.md b/README.md index c956345..904afd2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ You can also download the ZIP files manually from [the Releases tab][9], and follow the instructions described [here][12]. Currently supported versions: -2024.1 (build 241.14494.241) - 2024.2.* (build 242.*). +2024.1 (build 241.14494.241) and later. ## Credits