From 8331e5ef3453674c0b5654eb3405d4fbffb2ba54 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 7 Jun 2023 00:41:20 +0000 Subject: [PATCH] Publish 0.5.0-alpha.27 --- CHANGELOG.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd9a719ca..97db634b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Updated + +## [0.5.0-alpha.27] - 2023-06-07 + +### Added + - `compilerOptions` to Kotlin extension - `testDependencies` to Kotlin compiler extension - codegen `MetaRuntimeClasspathProvider` based on test projects @@ -15,8 +29,6 @@ - `prepareKotlinIdeaImport` dependencies based on `mainClass` - `generateKotlinCompilerTests` is disabled if `mainClass` is blank -### Deprecated - ### Removed - `com.javiersc.semver:semver-gradle-plugin` from hubdle catalog @@ -26,8 +38,6 @@ - circular dependencies on `testProject` dependencies in Kotlin compiler extension -### Updated - ## [0.5.0-alpha.26] - 2023-06-03 ### Added @@ -360,7 +370,9 @@ - `org.jetbrains.intellij.plugins:gradle-intellij-plugin -> 1.13.2` - `app.cash.molecule:molecule-gradle-plugin -> 0.8.0` -[Unreleased]: https://github.com/JavierSegoviaCordoba/hubdle/compare/0.5.0-alpha.26...HEAD +[Unreleased]: https://github.com/JavierSegoviaCordoba/hubdle/compare/0.5.0-alpha.27...HEAD + +[0.5.0-alpha.27]: https://github.com/JavierSegoviaCordoba/hubdle/compare/0.5.0-alpha.26...0.5.0-alpha.27 [0.5.0-alpha.26]: https://github.com/JavierSegoviaCordoba/hubdle/compare/0.5.0-alpha.25...0.5.0-alpha.26