From e0389942d5797e0cd122edeebc0c43d4ef5d3829 Mon Sep 17 00:00:00 2001 From: InSyncWithFoo Date: Sun, 21 Jul 2024 06:57:55 +0000 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 8 +++++++- CHANGELOG_CODE.md | 10 ++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 119abbd..2d2d852 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. + + +## [0.6.0] - 2024-07-21 + ### Added * The command for the currently selected file can now be copied @@ -165,7 +170,8 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1]. * Project initialized. - [Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.5.0..HEAD + [Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.6.0..HEAD + [0.6.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.5.0..v0.6.0 [0.5.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.4.0..v0.5.0 [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 diff --git a/CHANGELOG_CODE.md b/CHANGELOG_CODE.md index dcb3cd4..62a7210 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. + + +## [0.6.0] - 2024-07-21 + ### Added * ["Copy Pyright command" action][60-1] is added. (4ca4b746) @@ -29,7 +34,7 @@ For user-facing changes, see [`CHANGELOG.md`][_-1]. * Various files are moved to [the new `cli` submodule][60-8]. (37136d65) * Path-hints-related logic is revisited to use `PropertyGraph`. (bf2de95e) * [IntelliJ Platform Gradle Plugin][60-9] is updated to 2.0.0-rc1. - (ace16ca8, d9dc2b09, HEAD) + (ace16ca8, d9dc2b09, 842dfd25) ### Fixed @@ -400,7 +405,8 @@ For user-facing changes, see [`CHANGELOG.md`][_-1]. * Project initialized. - [Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.5.0..HEAD + [Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.6.0..HEAD + [0.6.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.5.0..v0.6.0 [0.5.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.4.0..v0.5.0 [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