Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
v1.0.3 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmat192 committed Nov 29, 2018
1 parent e17b0a7 commit 68ffabc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v1.0.3 (Dec 2018)
* Improvements and fixes in cineterop:
* Objective-C objects are shareable in Kotlin now.
* Fixed incorrect generation of non-callable bindings for some cases.
* Various bugfixes.

# v1.0.2 (Nov 2018)
* Improved support of C macros in cinterop.
* Added worker test runner.
* Various bugfixes.

# v1.0.1 (Oct 2018)
* Samples are switched to the new MPP Gradle plugin.
* Various bugfixes.

# v1.0 (Oct 2018)
* Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ testDataVersion=1226829:id
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.11-release-266,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.3.11-release-266
testKotlinVersion=1.3.11-release-266
konanVersion=1.0.2
konanVersion=1.0.3
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.workers.max=4

0 comments on commit 68ffabc

Please sign in to comment.