From 5289be4e1b11fd252510e8a7dfbebd9ad595a9fe Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Tue, 5 Sep 2017 18:10:19 +0300 Subject: [PATCH] v0.3.2 preparations --- CHANGELOG.md | 5 ++++- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013ca91b3e3..87f1b2f745f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.3.2 (Sep 2017) ## + * Bug fixes + ## v0.3.1 (Aug 2017) ## * Improvements in C interop tools (function pointers, bitfields, bugfixes) * Improvements to Gradle plugin and dependency downloader @@ -31,4 +34,4 @@ * Improve compilation and linking performance ## v0.1 (Mar 2017) ## -Initial technical preview of Kotlin/Native. \ No newline at end of file +Initial technical preview of Kotlin/Native \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 53354aafb70..c95b51d7607 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ kotlinCompilerRepo=https://dl.bintray.com/jetbrains/kotlin-native-dependencies #kotlinCompilerRepo=http://oss.sonatype.org/content/repositories/snapshots #kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev kotlinVersion=1.1-20170901.201358-842 -konanVersion=0.3.1 +konanVersion=0.3.2 org.gradle.jvmargs='-Dfile.encoding=UTF-8' ##