Skip to content

Commit

Permalink
Publish 0.5.0-alpha.27
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 7, 2023
1 parent 5cf058d commit 8331e5e
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -26,8 +38,6 @@

- circular dependencies on `testProject` dependencies in Kotlin compiler extension

### Updated

## [0.5.0-alpha.26] - 2023-06-03

### Added
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8331e5e

Please sign in to comment.