Skip to content

Commit

Permalink
[changelog] make changelog follow Keep A Changelog spec
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGulya committed Jul 21, 2024
1 parent eb92776 commit 09614bf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## 0.6.2 2024-07-21
## [0.6.2] - 2024-07-21

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

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

## 0.5.1 2023-11-24
## [0.5.1] - 2023-11-24

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

**Merged pull requests:**

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

## 0.5.0 2023-11-16
## [0.5.0] - 2023-11-16

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

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

## 0.4.0 2023-10-08
## [0.4.0] - 2023-10-08

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

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

## 0.3.0 2023-06-25
## [0.3.0] - 2023-06-25

* Add tvOS, watchOS, macOS targets

## 0.2.1 2023-03-05
## [0.2.1] - 2023-03-05

* Compile with Java 8 toolchain

## 0.2.0 2023-02-26
## [0.2.0] - 2023-02-26

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

## 0.1.0 2023-02-08
## [0.1.0] - 2023-02-08

* Invalidate cinterop task if source Swift-files have changed

## 0.0.1 2022-12-27
## [0.0.1] - 2022-12-27

* Initial release

0 comments on commit 09614bf

Please sign in to comment.