From 9b9a6f292f9a6647723fba660dce4b25dab09d31 Mon Sep 17 00:00:00 2001
From: Zarina Kurbatova
Date: Tue, 7 Mar 2023 22:51:19 +0100
Subject: [PATCH] Release 2022.3-3.0
---
build.gradle.kts | 2 +-
plugin/src/main/resources/META-INF/plugin.xml | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 9028e79c..a8b6297c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
}
group = "org.jetbrains.research.refactorinsight"
-version = "2022.3-2.0"
+version = "2022.3-3.0"
repositories {
mavenCentral()
diff --git a/plugin/src/main/resources/META-INF/plugin.xml b/plugin/src/main/resources/META-INF/plugin.xml
index b146a544..39430f3c 100644
--- a/plugin/src/main/resources/META-INF/plugin.xml
+++ b/plugin/src/main/resources/META-INF/plugin.xml
@@ -2,7 +2,7 @@
org.jetbrains.research.refactorinsight
RefactorInsight
JetBrains
- 2022.3-2.0
+ 2022.3-3.0
Enhances IDE representation of code changes with refactoring information.
@@ -17,6 +17,13 @@
]]>
2022.3-3.0
+
+ - Add a possibility to hide non-functional changes in code diffs.
+ - Detect more refactoring types.
+ - Minor bug fixes.
+
+
2022.3-2.0
- Mark refactoring changes in code diffs with a gutter.