Skip to content

Commit 58c37af

Browse files
committed
Bump the version to 0.1.0
1 parent 3be206a commit 58c37af

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ It adds the support for the next subcommands:
2323
![Show skipped worktree changes view element](screenshots/screenshot_4.png)
2424

2525
## Release History
26+
* 0.1.0
27+
* Introduced a way to see skipped worktree files in the changes view tool window.
2628
* 0.0.5
2729
* Run the commands in a background task (fixes the exception).
2830
* 0.0.4

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
55
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
66

77
group = "com.github.monosoul"
8-
version = "0.0.5"
8+
version = "0.1.0"
99

1010
plugins {
1111
id("org.jetbrains.intellij") version "0.7.2"

src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>git-extended-update-index</id>
33
<name>Git extended update-index</name>
4-
<version>0.0.5</version>
4+
<version>0.1.0</version>
55
<vendor email="kloz.klaud@gmail.com" url="https://github.com/monosoul/git-extended-update-index-plugin">
66
Andrei Nevedomskii
77
</vendor>
@@ -18,6 +18,11 @@
1818
]]></description>
1919

2020
<change-notes><![CDATA[
21+
<b>Release 0.1.0:</b>
22+
<ul>
23+
<li>introduced a way to see skipped worktree files in the changes view tool window.</li>
24+
</ul>
25+
<br>
2126
<b>Release 0.0.5:</b>
2227
<ul>
2328
<li>run the commands in a background task (fixes the exception).</li>

0 commit comments

Comments
 (0)