Skip to content

Commit f519750

Browse files
committed
Add CHANGELOG.md
Fixes #12
1 parent 3aae649 commit f519750

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
This project does NOT use semantic versioning.
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
13+
- The plugin now produces a simple text file reporting the collision detection result.
14+
Having such a task output
15+
also [fixes incremental builds](https://github.com/REPLicated/classpath-collision-detector/issues/15).
16+
17+
### Changed
18+
19+
- Make JAR of plugin reproducible
20+
- Upgrade plugin testing dependencies and use Gradle 8.7
21+
- Use a version catalog and dependency verification for all plugin dependencies.

0 commit comments

Comments
 (0)