From 7e1eedf8cb844d23c4d2cb9c08d411716497d9e9 Mon Sep 17 00:00:00 2001 From: Sameer Mahant <3286086+sameermahant@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:59:44 +0530 Subject: [PATCH] Release version 13.7.0 Signed-off-by: Sameer Mahant <3286086+sameermahant@users.noreply.github.com> --- CHANGELOG.md | 8 ++++---- gluecodium/src/main/resources/version.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c44d3cc91..a499824085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Gluecodium project Release Notes -## Unreleased +## 13.7.0 +Release date: 2023-09-01 ### Features: * Added new lambda syntax that allows to specify parameter name. ### Bug fixes: * Fixed documentation generation for lambdas. - * Fixed name clash and compilation errors for internally generated dart functions in case lime file contains - internal classes/structs with throwing functions/constructors that have the same name and classes/structs are contained - in the same external class. + * Fixed the name clash issue for Dart which occurs when two different internal classes have functions + with the same name that throws exceptions. ## 13.6.4 ### Features: diff --git a/gluecodium/src/main/resources/version.properties b/gluecodium/src/main/resources/version.properties index c7c45c03f5..8d4b34bc5e 100644 --- a/gluecodium/src/main/resources/version.properties +++ b/gluecodium/src/main/resources/version.properties @@ -1 +1 @@ -version = 13.6.4 +version = 13.7.0