Skip to content

Commit 17686e4

Browse files
committed
Update changelog and version
1 parent 150299f commit 17686e4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

build.gradle

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

1010
group 'gitflow4idea'
11-
version '0.7.2'
11+
version '0.7.3'
1212

1313
sourceCompatibility = JavaVersion.VERSION_1_8
1414
targetCompatibility = JavaVersion.VERSION_1_8
@@ -29,11 +29,19 @@ intellij {
2929
patchPluginXml {
3030
pluginId "Gitflow"
3131
pluginDescription 'Git Flow Integration'
32-
version '0.7.2'
32+
version '0.7.3'
3333
sinceBuild '201.0'
3434
untilBuild '201.*'
3535
changeNotes """
3636
37+
<H2>Changelog for 0.7.3</H2>
38+
<ul>
39+
<li>Implemented sorting and filtering of track branch dialog #290 (@mmopitz)</li>
40+
<li>Fix Version 0.7.2 causes that Active Tool Windows only is showed in one project if you have several open #301 (@tumb1er)</li>
41+
<li>Fix Unsupported Git Flow version Fix #302 (@opherv)</li>
42+
<li>Fix init settings shown in UI are misleading (do not match default) #283 (@opherv)</li>
43+
</ul>
44+
3745
<H2>Changelog for 0.7.2</H2>
3846
<ul>
3947
<li>Support for Idea build 200 #276 (@fabmars, @tumb1er )</li>

0 commit comments

Comments
 (0)