Skip to content

Commit

Permalink
Prepare release of version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlob42 committed Feb 1, 2024
1 parent 9e54226 commit 025d4e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.10.0

- Switch to new internal APIs
- Update dependencies (Kotlin, Intellij, IdeaVim & Gradle)
- **Breaking**: Needs IdeaVim version >= `2.8.0`

## 0.9.0

### Added
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.9.0"
version = "0.10.0"

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

<change-notes><![CDATA[
<p>
<strong>0.9.0</strong>
<strong>0.10.0</strong>
</p>
<p>
<b>BREAKING CHANGE</b>: This version is only compatible with IdeaVim version >= 2.8.0
</p>
<ul>
<li>new 'by_key_prefix_last' sort option</li>
<li>make case-sensitivity for ordering configurable</li>
<li>fix dynamic reloading for several options</li>
<li>Switch to new internal APIs</li>
<li>Update dependencies</li>
</ul>
]]></change-notes>

<version>0.9.0</version>
<version>0.10.0</version>

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

0 comments on commit 025d4e6

Please sign in to comment.