Skip to content

Commit

Permalink
Publish 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 13, 2024
1 parent 4adbba5 commit d029bcc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

### Added

- Log the version only on the root project via `semver.logOnlyOnRootProject` property

### Changed

### Deprecated
Expand All @@ -16,6 +14,14 @@

### Updated

## [0.6.0] - 2024-08-13

### Added

- Log the version only on the root project via `semver.logOnlyOnRootProject` property

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.7.2`
- `gradle -> 8.9`

Expand Down Expand Up @@ -71,8 +77,10 @@
- `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.1...HEAD
[Unreleased]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.6.0...HEAD

[0.6.0]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.5.1...0.6.0

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

[0.5.0]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.5.0-rc.6...0.5.0
[0.5.0]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/commits/0.5.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Kotlin version](https://img.shields.io/badge/kotlin-1.9.23-blueviolet?logo=kotlin&logoColor=white)
![Kotlin version](https://img.shields.io/badge/kotlin-2.0.0-blueviolet?logo=kotlin&logoColor=white)
[![MavenCentral](https://img.shields.io/maven-central/v/com.javiersc.semver/semver-gradle-plugin?label=MavenCentral)](https://repo1.maven.org/maven2/com/javiersc/semver/semver-gradle-plugin/)
[![Snapshot](https://img.shields.io/nexus/s/com.javiersc.semver/semver-gradle-plugin?server=https%3A%2F%2Foss.sonatype.org%2F&label=Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/com/javiersc/semver/semver-gradle-plugin/)

Expand Down

0 comments on commit d029bcc

Please sign in to comment.