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 Dec 1, 2024
1 parent edce5fc commit 7fa9483
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [3.0.0] - 2024-12-01

### Added

- The plugin now generates the text file `build/projectversion.txt` containing the
Expand All @@ -28,7 +30,8 @@ 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/2.0.0...HEAD
[unreleased]: https://github.com/cthing/gradle-cthing-versioning/compare/3.0.0...HEAD
[3.0.0]: https://github.com/cthing/gradle-cthing-versioning/releases/tag/3.0.0
[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 @@ -29,7 +29,7 @@ buildscript {
}

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

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

| Plugin Version | Gradle Version | Minimum Java Version |
|----------------|----------------|----------------------|
| 2.0.0+ | 8.0+ | 17 |
| 3.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("3.0.0", BuildType.release)
version = ProjectVersion("3.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 7fa9483

Please sign in to comment.