From fa26e2c5af633425e3a1ca2f2b0bde5bc0ed9020 Mon Sep 17 00:00:00 2001 From: Mark Drobnak Date: Thu, 14 Apr 2022 18:48:34 -0700 Subject: [PATCH] Bump to 0.2.10 --- build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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