Skip to content

Commit

Permalink
Prepare release of version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlob42 committed Aug 14, 2022
1 parent f90501f commit aee1b16
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,32 @@

## Unreleased

## 0.7.0

### Changed

- Update gradle wrapper to (`6.7.1`)
- Update intellij gradle plugin (`1.8.0`)
- Update kotlin version (`1.6.20`)
- Update kotlin coroutines (`1.6.4`)
- Remove log4j dependencies completely
- Bump minimum Idea version to `2022.2`
- Bump minimum IdeaVim version to `1.11.1`
- Use new `VariableService` to get values
- Fix several "scheduled for removal" issues

## 0.6.2 - 2021-12-15

### Changed

- update log4j dependency to `2.16.0`
- use proper `replaceAction` function for "VimShortcutKeyAction"
- Update log4j dependency to `2.16.0`
- Use proper `replaceAction` function for "VimShortcutKeyAction"

## 0.6.1 - 2021-12-13

### Changed

- update dependencies (log4j vulnerability)
- Update dependencies (log4j vulnerability)

## 0.6 - 2021-11-14

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "eu.theblob42.idea.whichkey"
version = "0.6.2"
version = "0.7.0"

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

<change-notes><![CDATA[
<p>
<strong>0.6.2</strong>
<strong>0.7.0</strong>
</p>
<ul>
<li>Update log4j dependencies</li>
<li>Smaller bug fixes</li>
<li>update to work with intellij version 2022.2</li>
<li>update to work with IdeaVim version 1.11.1</li>
<li>remove all log4j dependencies</li>
</ul>
]]></change-notes>

<version>0.6.2</version>
<version>0.7.0</version>

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

0 comments on commit aee1b16

Please sign in to comment.