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 Jun 22, 2024
1 parent df31e9d commit 111baa6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [1.0.1] - 2024-06-21

### Changed

- Fix NPE due to dependency with no group name

## [1.0.0] - 2024-05-30

### Added

- First release

[unreleased]: https://github.com/cthing/gradle-cthing-versioning/compare/1.0.0...HEAD
[unreleased]: https://github.com/cthing/gradle-cthing-versioning/compare/1.0.1...HEAD
[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
2 changes: 1 addition & 1 deletion 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.0"
id("org.cthing.cthing-versioning") version "1.0.1"
}
```

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("1.0.1", BuildType.release)
version = ProjectVersion("1.0.2", 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 111baa6

Please sign in to comment.