From 4c74ddd2cf4fb0bc12ff89dbc45c1b8ad8f41bad Mon Sep 17 00:00:00 2001 From: InSyncWithFoo Date: Thu, 16 May 2024 07:01:48 +0000 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 8 +++++++- CHANGELOG_CODE.md | 8 +++++++- gradle.properties | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a73997..f1451f8 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.3.1] - 2024-05-16 + ### Fixed * v0.3.0 has a bug causing an internal error @@ -127,7 +132,8 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1]. * Project initialized. - [Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.0..HEAD + [Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.1..HEAD + [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 [0.1.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.6..v0.1.0 diff --git a/CHANGELOG_CODE.md b/CHANGELOG_CODE.md index f8415ce..7a460b9 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.3.1] - 2024-05-16 + ### Fixed * `HighlightSeverity` member names contain spaces but not underscores, @@ -305,7 +310,8 @@ For user-facing changes, see [`CHANGELOG.md`][_-1]. * Project initialized. - [Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.0..HEAD + [Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.3.1..HEAD + [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 [0.1.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.6..v0.1.0 diff --git a/gradle.properties b/gradle.properties index 06a744f..e2c9e89 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.insyncwithfoo.pyright pluginName = Pyright pluginRepositoryUrl = https://github.com/InSyncWithFoo/pyright-for-pycharm # SemVer format -> https://semver.org -pluginVersion = 0.4.0 +pluginVersion = 0.3.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 241.14494.241