Skip to content

Commit 09614bf

Browse files
committed
[changelog] make changelog follow Keep A Changelog spec
1 parent eb92776 commit 09614bf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased](https://github.com/ttypic/swift-klib-plugin/tree/HEAD)
99

10-
## 0.6.2 2024-07-21
10+
## [0.6.2] - 2024-07-21
1111

1212
[Full Changelog](https://github.com/ttypic/swift-klib-plugin/compare/v0.5.1...v0.6.2)
1313

@@ -18,15 +18,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Upgrade Gradle and dependencies. Migrate to version
1919
catalog. [\#31](https://github.com/ttypic/swift-klib-plugin/pull/31)
2020

21-
## 0.5.1 2023-11-24
21+
## [0.5.1] - 2023-11-24
2222

2323
[Full Changelog](https://github.com/ttypic/swift-klib-plugin/compare/v0.5.0...v0.5.1)
2424

2525
**Merged pull requests:**
2626

2727
- fix: more robust readXcodeMajorVersion [\#20](https://github.com/ttypic/swift-klib-plugin/pull/20)
2828

29-
## 0.5.0 2023-11-16
29+
## [0.5.0] - 2023-11-16
3030

3131
[Full Changelog](https://github.com/ttypic/swift-klib-plugin/compare/v0.4.0...v0.5.0)
3232

@@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
- fix: use platformVersion instead of min*Version linker flag for xcode
3838
15 [\#19](https://github.com/ttypic/swift-klib-plugin/pull/19)
3939

40-
## 0.4.0 2023-10-08
40+
## [0.4.0] - 2023-10-08
4141

4242
[Full Changelog](https://github.com/ttypic/swift-klib-plugin/compare/v0.3.0...v0.4.0)
4343

@@ -50,23 +50,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050
- Workaround for wrong SDK in build process for
5151
Xcode15 [\#13](https://github.com/ttypic/swift-klib-plugin/pull/13) ([davidtaylor-juul](https://github.com/davidtaylor-juul))
5252

53-
## 0.3.0 2023-06-25
53+
## [0.3.0] - 2023-06-25
5454

5555
* Add tvOS, watchOS, macOS targets
5656

57-
## 0.2.1 2023-03-05
57+
## [0.2.1] - 2023-03-05
5858

5959
* Compile with Java 8 toolchain
6060

61-
## 0.2.0 2023-02-26
61+
## [0.2.0] - 2023-02-26
6262

6363
* **Fix:** add step to clean old build files in build directory
6464
* Light refactoring of source code
6565

66-
## 0.1.0 2023-02-08
66+
## [0.1.0] - 2023-02-08
6767

6868
* Invalidate cinterop task if source Swift-files have changed
6969

70-
## 0.0.1 2022-12-27
70+
## [0.0.1] - 2022-12-27
7171

7272
* Initial release

0 commit comments

Comments
 (0)