Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jun 13, 2020
1 parent c600e56 commit b3bbe6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b3bbe6f

Please sign in to comment.