Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed May 13, 2024
1 parent ae653d7 commit e686549
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.3.0] - 2024-05-13

### Added

* Diagnostics can now be suppressed using quick fixes.
Expand Down Expand Up @@ -117,7 +122,8 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.2.0..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.0..HEAD
[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
[0.1.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.6..v0.1.0
[0.1.0-mvp.6]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.5..v0.1.0-mvp.6
Expand Down
12 changes: 9 additions & 3 deletions CHANGELOG_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].

## [Unreleased]

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


## [0.3.0] - 2024-05-13

### Added

* [Documentation for LSP-specific settings][30-1] is added.
(d8fd3b82, 115fabf6, 519c54d1, 5608c8da, bc55d40f, 31982c84)
* [Message key names][30-2] are slightly changed. (dc1240d4)
* `AnnotationApplier` and newly added related constructs for quick fixes
are moved to the [`.annotations`][30-3] module.
Corresponding tests and documentation are also added. (2c9b87fe, HEAD)
Corresponding tests and documentation are also added. (2c9b87fe, ae653d79)

### Changed

Expand All @@ -36,7 +41,7 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].

[30-1]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/31982c84/docs/configurations/lsp.md
[30-2]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/dc1240d4/src/main/resources/messages/pyright.properties
[30-3]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/HEAD/src/main/kotlin/com/insyncwithfoo/pyright/annotations
[30-3]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/ae653d79/src/main/kotlin/com/insyncwithfoo/pyright/annotations
[30-4]: https://plugins.gradle.org/plugin/org.jetbrains.qodana
[30-5]: https://github.com/JetBrains/qodana-action
[30-6]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/fb98eae7/src/main/kotlin/com/insyncwithfoo/pyright/configuration/PathResolvingHint.kt
Expand Down Expand Up @@ -292,7 +297,8 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.2.0..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.0..HEAD
[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
[0.1.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.6..v0.1.0
[0.1.0-mvp.6]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.5..v0.1.0-mvp.6
Expand Down

0 comments on commit e686549

Please sign in to comment.