Skip to content

Commit eba06cb

Browse files
committed
Prepare release 1.0.0
1 parent 6f43f41 commit eba06cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This project does NOT use semantic versioning.
77

88
## [Unreleased]
99

10+
## 1.0.0
11+
1012
### Added
1113

1214
- [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tasks.named<Test>("test") {
3131
}
3232

3333
group = "io.fuchs.gradle.classpath-collision-detector"
34-
version = "0.3"
34+
version = "1.0.0"
3535

3636
gradlePlugin {
3737
website = "https://github.com/REPLicated/classpath-collision-detector"

0 commit comments

Comments
 (0)