Skip to content

Commit c03c39b

Browse files
committed
chore: autoformat CHANGELOG.md and document latest change
1 parent f42fe37 commit c03c39b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Support for transporting changelog to github releases
13+
1014
## [0.1.0] - 2025-04-25
15+
1116
### Fixed
17+
1218
- Make sure release binaries are executable on unix systems
1319
- Make sure to use same zips for chocolatey distribution that are used for the release
20+
1421
### Added
22+
1523
- Initial version of the CLI
1624
- Supported formatters (in alphabetical order):
1725
- clang-format

build-logic/src/main/groovy/buildlogic.spotless-markdown-conventions.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spotless {
88
freshmark {
99
// freshmark for keeping markdown files up to date
1010
target '*.md'
11-
targetExclude 'CHANGELOG.md' // don't mess things up for spotless-changelog
1211
// provide lib versions to freshmark
1312
properties(new FreshmarkPropertiesAction(rootProject, project))
1413
properties {

0 commit comments

Comments
 (0)