Skip to content

Commit

Permalink
Publish 0.5.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 3, 2023
1 parent 5d5d7c2 commit a28d7a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,29 @@

### Added

- `mapVersion` to `semver` extension
- `version` to `semver` extension

### Changed

### Deprecated

### Removed

- `LazyVersion`

### Fixed

### Updated

## [0.5.0-rc.2] - 2023-08-03

### Added

- `mapVersion` to `semver` extension
- `version` to `semver` extension

### Removed

- `LazyVersion`

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-beta.4`
- `gradle -> 8.2.1`

Expand Down Expand Up @@ -308,7 +316,9 @@

- No changes

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

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

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

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.8.21-blueviolet?logo=kotlin&logoColor=white)
![Kotlin version](https://img.shields.io/badge/kotlin-1.9.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 a28d7a8

Please sign in to comment.