Skip to content

Commit

Permalink
Bump to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Apr 15, 2022
1 parent 63bbdfb commit fa26e2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.mdrobnak'
version '0.2.9'
version '0.2.10'

repositories {
mavenCentral()
Expand Down Expand Up @@ -72,6 +72,11 @@ patchPluginXml {
sinceBuild = "221"

changeNotes = """
<b>0.2.10</b><br>
* Update to support 2022.1 IDEs (and drop 2021.3)<br>
* Update dependencies<br>
<br>
<b>0.2.9</b><br>
* Fix an error when using the plugin with IntelliJ-Rust >= 165 (reported via Sentry)<br>
* Fix an error in InferFromRustPluginQuickFix when the type isn't known<br>
Expand Down

0 comments on commit fa26e2c

Please # to comment.