Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed May 27, 2024
1 parent 9646545 commit c791f40
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 7 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>


## [0.4.0] - 2024-05-27

### Added

* Diagnostics can now be limited by severity levels.
Expand Down Expand Up @@ -138,7 +143,8 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.1..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.4.0..HEAD
[0.4.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.1..v0.4.0
[0.3.1]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.0..v0.3.1
[0.3.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0..v0.2.0
Expand Down
12 changes: 9 additions & 3 deletions 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>


## [0.4.0] - 2024-05-27

### Added

* The plugin now supports 2024.2. (18897c60)
Expand All @@ -27,15 +32,15 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
(7d2278a5)
* [Kotlin JVM plugin][40-5] is updated to 2.0.0. (99770f0e)
* [`HintIcon.toString()`][40-6] now returns an empty string.
This is due to `ExpUiIcons` being deprecated. (HEAD)
This is due to `ExpUiIcons` being deprecated. (96465451)


[40-1]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/ebea0b86/docs/configurations/lsp.md
[40-2]: https://github.com/Kotlin/kotlinx-kover
[40-3]: https://plugins.gradle.org/plugin/org.jetbrains.qodana
[40-4]: https://github.com/JetBrains/qodana-action
[40-5]: https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
[40-6]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/HEAD/src/main/kotlin/com/insyncwithfoo/pyright/configuration/PathResolvingHint.kt
[40-6]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/96465451/src/main/kotlin/com/insyncwithfoo/pyright/configuration/PathResolvingHint.kt


## [0.3.1] - 2024-05-16
Expand Down Expand Up @@ -333,7 +338,8 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.1..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.4.0..HEAD
[0.4.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.1..v0.4.0
[0.3.1]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.0..v0.3.1
[0.3.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0..v0.2.0
Expand Down

0 comments on commit c791f40

Please sign in to comment.