Skip to content

Commit

Permalink
Publish 0.5.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Dec 14, 2023
1 parent f700012 commit d82cb8d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

### Added

- `mapVersion` which expose `GitData` to `semver` extension

### Changed

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

### Fixed

### Updated

## [0.5.0-rc.6] - 2023-12-14

### Added

- `mapVersion` which expose `GitData` to `semver` extension

### Fixed

- GitHub output and environment variables in the `printSemver` task

### Updated
Expand Down Expand Up @@ -107,7 +115,9 @@
- `gradle -> 8.0.2`
- `com.javiersc.semver:semver-core -> 0.1.0-beta.13`

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

[0.5.0-rc.6]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.5.0-rc.5...0.5.0-rc.6

[0.5.0-rc.5]: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin/compare/0.5.0-rc.4...0.5.0-rc.5

Expand Down
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.0-blueviolet?logo=kotlin&logoColor=white)
![Kotlin version](https://img.shields.io/badge/kotlin-1.9.21-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 d82cb8d

Please sign in to comment.