Skip to content

Commit

Permalink
Prepare release of version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlob42 committed Jun 28, 2024
1 parent 788a1b4 commit cc79b2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.10.2

## Changed

- Fix the handling of `<Bslash>` characters for mapping descriptions
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "eu.theblob42.idea.whichkey"
version = "0.10.1"
version = "0.10.2"

repositories {
mavenCentral()
Expand All @@ -34,4 +34,4 @@ intellij {
version.set("2023.3.3")
updateSinceUntilBuild.set(false)
plugins.set(listOf("IdeaVIM:2.10.0"))
}
}
7 changes: 4 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@

<change-notes><![CDATA[
<p>
<strong>0.10.1</strong>
<strong>0.10.2</strong>
</p>
<ul>
<li>Updates to match the latest IdeaVim API</li>
<li>Fixes handling of the Backslash character</li>
<li>Fixes edge case for mapping that accept motions (e.g. surround)</li>
</ul>
]]></change-notes>

<version>0.10.1</version>
<version>0.10.2</version>

<depends>com.intellij.modules.platform</depends>
<depends>IdeaVIM</depends>
Expand Down

0 comments on commit cc79b2f

Please sign in to comment.