Skip to content

Commit

Permalink
Prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Oct 26, 2024
1 parent f62f735 commit 643ba13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [2.0.0] - 2024-10-26

- The plugin has been migrated from JSR 305 to [JSpecify](https://jspecify.dev/) for `null` checking

## [1.0.1] - 2024-06-21

### Changed
Expand All @@ -19,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release

[unreleased]: https://github.com/cthing/gradle-cthing-versioning/compare/1.0.1...HEAD
[unreleased]: https://github.com/cthing/gradle-cthing-versioning/compare/2.0.0...HEAD
[2.0.0]: https://github.com/cthing/gradle-cthing-versioning/releases/tag/2.0.0
[1.0.1]: https://github.com/cthing/gradle-cthing-versioning/releases/tag/1.0.1
[1.0.0]: https://github.com/cthing/gradle-cthing-versioning/releases/tag/1.0.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}

plugins {
id("org.cthing.cthing-versioning") version "1.0.1"
id("org.cthing.cthing-versioning") version "2.0.0"
}
```

Expand All @@ -33,7 +33,7 @@ The following Gradle and Java versions are supported:

| Plugin Version | Gradle Version | Minimum Java Version |
|----------------|----------------|----------------------|
| 1.0.0+ | 8.0+ | 17 |
| 2.0.0+ | 8.0+ | 17 |

## Building

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
}
}

version = ProjectVersion("2.0.0", BuildType.release)
version = ProjectVersion("2.0.1", BuildType.snapshot)
group = "org.cthing"
description = "A Gradle plugin that establishes the versioning scheme for C Thing Software projects."

Expand Down

0 comments on commit 643ba13

Please sign in to comment.