Skip to content

Commit

Permalink
Prepare KIP for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Oct 9, 2024
1 parent ccccdd7 commit 0d41c12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Kobweb IntelliJ Plugin

## [0.2.1]

### Added

- Fixed issue where projects wouldn't load if also using a Gradle version older than 8.3
- If you saw "Unsupported class major file version 65", congratulations... this was you! (And sorry...)

## [0.2.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kobweb-ide-plugin="0.2.1-SNAPSHOT"
intellij-platform = "2.0.0"
kobweb-ide-plugin="0.2.1"
intellij-platform = "2.1.0"
jetbrains-changelog = "2.2.0"
kotlin = "1.9.23"
kotlinx-serialization = "1.6.3"
Expand Down

0 comments on commit 0d41c12

Please sign in to comment.