mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
18 lines
416 B
Markdown
18 lines
416 B
Markdown
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
|
|
|
|
# IntelliJ Platform Plugin Template Changelog
|
|
|
|
## [Unreleased]
|
|
### Added
|
|
- [Gradle Changelog Plugin](https://github.com/JetBrains/gradle-changelog-plugin) integration
|
|
|
|
### Changed
|
|
- Bump Detekt version
|
|
- Change pluginSinceBuild to 193
|
|
|
|
## [0.0.1]
|
|
### Added
|
|
- Initial project scaffold
|
|
- GitHub Actions to automate testing and deployment
|
|
- Kotlin support
|