From b97821c45b60f73362033f626908c80a290c718f Mon Sep 17 00:00:00 2001 From: PavelA Date: Wed, 13 Apr 2022 15:07:54 +0300 Subject: [PATCH] Compatibility with 2022.1 --- gradle.properties | 13 +++++++++---- plugin-changelog.md | 3 +++ pluginVersion.txt | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4b0a939e..a482316a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ sinceBuild = 213.0 -untilBuild = 213.* +untilBuild = 221.* #2021.1 #ideaVersion = IC-2021.1 @@ -12,6 +12,11 @@ untilBuild = 213.* #goPlugin = org.jetbrains.plugins.go:212.4746.92 # 2021.3 -ideaVersion = IC-213.5605.12-EAP-SNAPSHOT -pycharmPlugin = PythonCore:213.5605.80 -goPlugin = org.jetbrains.plugins.go:213.5605.12 \ No newline at end of file +# ideaVersion = IC-213.5605.12-EAP-SNAPSHOT +# pycharmPlugin = PythonCore:213.5605.80 +# goPlugin = org.jetbrains.plugins.go:213.5605.12 + +#2022.1 +ideaVersion = IC-2022.1 +pycharmPlugin = PythonCore:221.5080.210 +goPlugin = org.jetbrains.plugins.go:221.5080.210 \ No newline at end of file diff --git a/plugin-changelog.md b/plugin-changelog.md index 6e75054a..42cd8e62 100644 --- a/plugin-changelog.md +++ b/plugin-changelog.md @@ -1,6 +1,9 @@ # Changelog The latest version is automatically published with the plugin. +## [1.9.6] +- Compatibility with 2022.1 +- ## [1.9.5] - Compatibility with 2021.3 diff --git a/pluginVersion.txt b/pluginVersion.txt index 6ecac681..b4cac6fa 100644 --- a/pluginVersion.txt +++ b/pluginVersion.txt @@ -1 +1 @@ -1.9.5 \ No newline at end of file +1.9.6 \ No newline at end of file