From b3bbe6f8cf58b970df914facf67c3ee47e665ebd Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Sat, 13 Jun 2020 03:40:55 +0200 Subject: [PATCH] Release dukat@0.5.2 --- CHANGELOG.md | 7 +++++++ settings.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426e71c00..1ce142343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.2] - 13'June 2020 + Minor release dedicated to reducing the number of conflicting overloads. + + - [#301](https://github.com/Kotlin/dukat/issues/301) Rudiment type params lead to conflicting overloads + - [#306](https://github.com/Kotlin/dukat/issues/306) Conflicting overload on unrolling union type containing both string literal and string + - [#305](https://github.com/Kotlin/dukat/issues/305) Translation failure when trying to nullify intersection type + ### [0.5.1] - 5'June 2020 - [#174](https://github.com/Kotlin/dukat/issues/174) Function overloaded with different string literals causes duplicate function - [#270](https://github.com/Kotlin/dukat/issues/270) Imported string unions are set to Any diff --git a/settings.gradle b/settings.gradle index d8ae6b0ed..435b69961 100644 --- a/settings.gradle +++ b/settings.gradle @@ -48,7 +48,7 @@ gradle.ext { yarnVersion = "1.17.3" nodePluginVersion = "1.3.1" defaultTsVersion = "3.5.3" - defaultNpmPackageVersion = "0.5.1" + defaultNpmPackageVersion = "0.5.2" kotlinSerializationRuntimeVersion = "0.20.0" antlr4_version = "4.7.1" protobufGradlePluginVersion = "0.8.10"