Skip to content

Commit

Permalink
Merge kotlin-multiplatform-template 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed May 23, 2023
2 parents ca17998 + ef8d103 commit e0c3964
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-native-watchos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
publish-action: publishWatchosx64
run-tests: false # Invalid device: Apple Watch Series 5. See https://youtrack.jetbrains.com/issue/KT-54814.
- konan-target: watchos_x86
build-action: watchos86
build-action: watchosx86
publish-action: publishWatchosx86
run-tests: true

Expand Down
9 changes: 8 additions & 1 deletion buildSrc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2023-05-20

### Fixed

- Don't run the workflows when pushing tags to the repository.
- Set `jvm.variants` and `konan.variants` to `target-only` when importing the
project in IntelliJ IDEA.
- Fix running the build action for the `watchos_x86` Kotlin/native target on
GitHub Actions.

## [1.2.0] - 2023-05-16

Expand Down Expand Up @@ -54,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Build and publish the Dokka documentation to GitHub Pages.
- Build and optionally deploy the various targets to Maven Central.

[Unreleased]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.0.0...HEAD
[Unreleased]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.2.1...HEAD
[1.2.1]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/rhdunn/kotlin-multilpatform-template/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/rhdunn/kotlin-multilpatform-template/releases/tag/1.0.0

0 comments on commit e0c3964

Please sign in to comment.