Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with 2022.1 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sinceBuild = 213.0
untilBuild = 213.*
untilBuild = 221.*

#2021.1
#ideaVersion = IC-2021.1
Expand All @@ -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
# 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
3 changes: 3 additions & 0 deletions plugin-changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pluginVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.5
1.9.6