Skip to content

Commit

Permalink
Merge pull request #32 from NixOS/idea212
Browse files Browse the repository at this point in the history
Support for IDEA 2021.2
  • Loading branch information
JojOatXGME authored Jul 29, 2021
2 parents 9a5c99b + 4256122 commit a0bca8b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

### Added

- Support for IDEA 2021.2

### Removed

- Support for IDEA 2020.2

## [0.4.0.0]

This release features a complete rewrite of the parser and lexer within
the plugin.

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

pluginGroup = org.nixos.idea
pluginName = NixIDEA
pluginVersion = 0.4.0.0
pluginSinceBuild = 202
pluginUntilBuild = 211.*
pluginVersion = 0.4.0.1
pluginSinceBuild = 203
pluginUntilBuild = 212.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2020.2.4, 2020.3.3, 2021.1
pluginVerifierIdeVersions = 2020.3.4, 2021.1.3, 2021.2

platformType = IC
platformVersion = 2020.2.4
platformVersion = 2020.3.4
platformDownloadSources = true

0 comments on commit a0bca8b

Please sign in to comment.