Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Jun 23, 2024
1 parent c22f2f9 commit 9b1c6ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].

## [Unreleased]

<i>This section is currently empty.</i>


## [1.0.0] - 2024-06-22

### Added

* The list of recognized file extensions can now be configured
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].

## [Unreleased]

<i>This section is currently empty.</i>


## [1.0.0] - 2024-06-22

### Added

* Project option "Targeted file extensions" is added. (d5c69dbb, 541c5630)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You can also download the ZIP files manually from [the <i>Releases</i> 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
Expand Down

0 comments on commit 9b1c6ec

Please sign in to comment.