Skip to content

Commit 0d41c12

Browse files
committed
Prepare KIP for 0.2.1 release
1 parent ccccdd7 commit 0d41c12

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Kobweb IntelliJ Plugin
22

3+
## [0.2.1]
4+
5+
### Added
6+
7+
- Fixed issue where projects wouldn't load if also using a Gradle version older than 8.3
8+
- If you saw "Unsupported class major file version 65", congratulations... this was you! (And sorry...)
9+
310
## [0.2.0]
411

512
### Added

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kobweb-ide-plugin="0.2.1-SNAPSHOT"
3-
intellij-platform = "2.0.0"
2+
kobweb-ide-plugin="0.2.1"
3+
intellij-platform = "2.1.0"
44
jetbrains-changelog = "2.2.0"
55
kotlin = "1.9.23"
66
kotlinx-serialization = "1.6.3"

0 commit comments

Comments
 (0)