diff --git a/build.gradle b/build.gradle index b4fe6b4..a6f3a40 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'com.mdrobnak' -version '0.2.9' +version '0.2.10' repositories { mavenCentral() @@ -72,6 +72,11 @@ patchPluginXml { sinceBuild = "221" changeNotes = """ + 0.2.10
+ * Update to support 2022.1 IDEs (and drop 2021.3)
+ * Update dependencies
+
+ 0.2.9
* Fix an error when using the plugin with IntelliJ-Rust >= 165 (reported via Sentry)
* Fix an error in InferFromRustPluginQuickFix when the type isn't known