Skip to content

Commit abd4f8c

Browse files
committed
Update version and changelog
1 parent d04c7d1 commit abd4f8c

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

build.gradle

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compileJava {
88
}
99

1010
group 'gitflow4idea'
11-
version '0.7.5'
11+
version '0.7.6'
1212

1313
sourceCompatibility = JavaVersion.VERSION_1_8
1414
targetCompatibility = JavaVersion.VERSION_1_8
@@ -22,18 +22,25 @@ dependencies {
2222
}
2323

2424
intellij {
25-
version '2020.3'
25+
version '2021.1'
2626
plugins 'git4idea', 'tasks'
2727
}
2828

2929
patchPluginXml {
3030
pluginId "Gitflow"
3131
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.*'
3535
changeNotes """
3636
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+
3744
<H2>Changelog for 0.7.5</H2>
3845
<ul>
3946
<li>PluginException: Icon cannot be found in 'AllIcons.Vcs.CheckOut' #314 (@tumb1er)</li>

0 commit comments

Comments
 (0)