Skip to content

Commit

Permalink
Prepare release of version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlob42 committed Aug 26, 2024
1 parent 2c9a151 commit 7ddbea8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

## Unreleased

## 0.10.3

### Changed

- Fix plugin crash due to exception with `ActionUpdateThread.OLD_EDT`
- Fixes [#73](https://github.com/TheBlob42/idea-which-key/issues/73)

## 0.10.2

## Changed
### Changed

- Fix the handling of `<Bslash>` characters for mapping descriptions
- Fixes [#61](https://github.com/TheBlob42/idea-which-key/issues/61)
Expand Down
2 changes: 1 addition & 1 deletion 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.2"
version = "0.10.3"

repositories {
mavenCentral()
Expand Down
7 changes: 3 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@

<change-notes><![CDATA[
<p>
<strong>0.10.2</strong>
<strong>0.10.3</strong>
</p>
<ul>
<li>Fixes handling of the Backslash character</li>
<li>Fixes edge case for mapping that accept motions (e.g. surround)</li>
<li>Fix plugin exception about ActionUpdateThread.OLD_EDT</li>
</ul>
]]></change-notes>

<version>0.10.2</version>
<version>0.10.3</version>

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

0 comments on commit 7ddbea8

Please sign in to comment.