Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

76 lines (43 loc) · 2.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.6.3] - 2024-07-21

  • Fix build issues when project path has spaces #26

[0.6.2] - 2024-07-21

Full Changelog

Merged pull requests:

  • Use Clang modules in cinterop instead of headers. #32
  • Prettify swift build output #29
  • Upgrade Gradle and dependencies. Migrate to version catalog. #31

[0.5.1] - 2023-11-24

Full Changelog

Merged pull requests:

  • fix: more robust readXcodeMajorVersion #20

[0.5.0] - 2023-11-16

Full Changelog

Merged pull requests:

  • Support Xcode being installed in a non-default path #17 (hartbit)
  • fix: use platformVersion instead of min*Version linker flag for xcode 15 #19

[0.4.0] - 2023-10-08

Full Changelog

Closed issues:

  • Invalid Manifest (xCode 15) #11

Merged pull requests:

[0.3.0] - 2023-06-25

  • Add tvOS, watchOS, macOS targets

[0.2.1] - 2023-03-05

  • Compile with Java 8 toolchain

[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

  • Invalidate cinterop task if source Swift-files have changed

[0.0.1] - 2022-12-27

  • Initial release