File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ compileJava {
8
8
}
9
9
10
10
group ' gitflow4idea'
11
- version ' 0.7.5 '
11
+ version ' 0.7.6 '
12
12
13
13
sourceCompatibility = JavaVersion . VERSION_1_8
14
14
targetCompatibility = JavaVersion . VERSION_1_8
@@ -22,18 +22,25 @@ dependencies {
22
22
}
23
23
24
24
intellij {
25
- version ' 2020.3 '
25
+ version ' 2021.1 '
26
26
plugins ' git4idea' , ' tasks'
27
27
}
28
28
29
29
patchPluginXml {
30
30
pluginId " Gitflow"
31
31
pluginDescription ' Git Flow Integration'
32
- version ' 0.7.5 '
33
- sinceBuild ' 203 .0'
34
- untilBuild ' 203 .*'
32
+ version ' 0.7.6 '
33
+ sinceBuild ' 211 .0'
34
+ untilBuild ' 211 .*'
35
35
changeNotes """
36
36
37
+ <H2>Changelog for 0.7.6</H2>
38
+ <ul>
39
+ <li>Fix "Error using shortcuts" #322</li>
40
+ <li>fix Finishing BugFix throws stacktrace #320</li>
41
+ <li>Support for 2021.1 build</li>
42
+ </ul>
43
+
37
44
<H2>Changelog for 0.7.5</H2>
38
45
<ul>
39
46
<li>PluginException: Icon cannot be found in 'AllIcons.Vcs.CheckOut' #314 (@tumb1er)</li>
You can’t perform that action at this time.
0 commit comments