Skip to content

Commit

Permalink
Update dependency com.javiersc.hubdle to v0.6.3
Browse files Browse the repository at this point in the history
| datasource | package                                               | from  | to    |
| ---------- | ----------------------------------------------------- | ----- | ----- |
| maven      | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.6.2 | 0.6.3 |
  • Loading branch information
renovate[bot] authored and actions-user committed Feb 13, 2024
1 parent 7ddbb55 commit 7c4ceea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,15 @@

### Deprecated

### Removed

### Fixed

### Updated

## [0.5.0] - 2024-02-10
### Removed

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.2`
- `gradle -> 8.6`
- `org.eclipse.jgit:org.eclipse.jgit -> 6.5.0.202303070854-r`
- `com.javiersc.semver:semver-core -> 0.1.0-beta.13`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.3`

## [0.5.0] - 2024-02-10

### Added

Expand All @@ -37,6 +32,12 @@
- `commitsMaxCount: Provider<Int>` to `SemverExtension`
- `semver.commitsMaxCount` property

### Changed

- `Version` to `GradleVersion`
- plugin id from `com.javiersc.semver.gradle.plugin` to `com.javiersc.semver`
- `com.javiersc.semver:semver-core` dependency from `implementation` to `api`

### Fixed

- GitHub output and environment variables in the `printSemver` task
Expand All @@ -49,11 +50,12 @@

- `LazyVersion`

### Changed
### Updated

- `Version` to `GradleVersion`
- plugin id from `com.javiersc.semver.gradle.plugin` to `com.javiersc.semver`
- `com.javiersc.semver:semver-core` dependency from `implementation` to `api`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.2`
- `gradle -> 8.6`
- `org.eclipse.jgit:org.eclipse.jgit -> 6.5.0.202303070854-r`
- `com.javiersc.semver:semver-core -> 0.1.0-beta.13`

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
hubdle = "0.6.2"
hubdle = "0.6.3"

[plugins]
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }

0 comments on commit 7c4ceea

Please sign in to comment.