Skip to content

Commit

Permalink
Publish 0.5.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 12, 2023
1 parent 98aa2f7 commit 5417a1d
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.1] - 2023-03-12

### Added

- settings plugin to apply semver plugin to all projects
- `gitDir` property to `SemverExtension`
- `printSemver` task depends on `prepareKotlinIdeaImport` task
Expand All @@ -16,10 +30,6 @@
- plugin id from `com.javiersc.semver.gradle.plugin` to `com.javiersc.semver`
- `com.javiersc.semver:semver-core` dependency from `implementation` to `api`

### Deprecated

### Removed

### Fixed

- default logger uses `LIFECYCLE` instead of `QUIET`
Expand Down Expand Up @@ -269,7 +279,9 @@

- No changes

[Unreleased]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.4.0-alpha.1...HEAD
[Unreleased]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.5.0-alpha.1...HEAD

[0.5.0-alpha.1]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.4.0-alpha.1...0.5.0-alpha.1

[0.4.0-alpha.1]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.3.0-alpha.5...0.4.0-alpha.1

Expand Down

0 comments on commit 5417a1d

Please sign in to comment.