Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jun 5, 2020
1 parent fb5d04e commit 3f4daf1
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.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
- [#273](https://github.com/Kotlin/dukat/issues/273) Number literal unions are resolved as String
- [#279](https://github.com/Kotlin/dukat/issues/279) Declarations clash after removing string literals in params and type params
- [#299](https://github.com/Kotlin/dukat/issues/299) Exported type aliases are missing

### [0.5.0] - 28'May 2020
This release changes behaviour in some common scenarios so we've decided to update version to 0.5.0.

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.0"
defaultNpmPackageVersion = "0.5.1"
kotlinSerializationRuntimeVersion = "0.20.0"
antlr4_version = "4.7.1"
protobufGradlePluginVersion = "0.8.10"
Expand Down

0 comments on commit 3f4daf1

Please sign in to comment.