From 13fdb956e20ff5fcbc9621cb1ed0a386645be9ad Mon Sep 17 00:00:00 2001 From: Phawit Pornwattanakul Date: Sun, 10 Dec 2023 14:23:08 +0700 Subject: [PATCH 1/2] Remove vendor from Gradle build --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bf0c939..5a4ad46 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,6 @@ kotlin { @Suppress("UnstableApiUsage") jvmToolchain { languageVersion = JavaLanguageVersion.of(17) - vendor = JvmVendorSpec.JETBRAINS } } From 6b665b2267bd3003c25b9bfcf4329f6d68d37390 Mon Sep 17 00:00:00 2001 From: Phawit Pornwattanakul Date: Sun, 10 Dec 2023 14:32:59 +0700 Subject: [PATCH 2/2] Add new release --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b786da..cf09803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ### Added +- Nothing + +## [0.0.2] - 2023-12-10 + +### Added + - Enable ligature for editor font - Update light theme color for new UI @@ -15,5 +21,6 @@ - Export color scheme to plugin - Initial release to plugin marketplace! -[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1...HEAD +[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.2...HEAD +[0.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1...v0.0.2 [0.0.1]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v0.0.1 \ No newline at end of file