Skip to content

Commit

Permalink
Release version 13.7.1 (#1555)
Browse files Browse the repository at this point in the history
Signed-off-by: Sameer Mahant <[email protected]>
  • Loading branch information
sameermahant authored Sep 21, 2023
1 parent 1ac4bd5 commit c63b1ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Gluecodium project Release Notes

## 13.7.1
Release date: 2023-09-21
### Bug fixes:
* Fixed invalid_use_of_type_outside_library error related to dart Iterator class.

## 13.7.0
Release date: 2023-09-01
### Features:
Expand Down Expand Up @@ -192,7 +197,7 @@ Release date: 2022-06-23
Release date: 2022-06-21
### Bug fixes:
* Fixed documentation references to constructors in Java, Swift, and Dart.
* Fixed missing import for `internal field constructor` in Dart.
* Fixed missing import for `internal field constructor` in Dart.
* Removed redundant private variables for throwing `@Async` functions in Dart.

## 11.5.0
Expand Down Expand Up @@ -704,7 +709,7 @@ Release date: 2021-06-22
Release date: 2021-06-02
### Bug fixes:
* Fixed runtime issues in Java when a `null` is returned from C++ for a non-nullable `Blob`.
* Updated Dart generator to generate `void` function return type explicitly.
* Updated Dart generator to generate `void` function return type explicitly.
* Fixed compilation issues in Dart generated for testable "stubs" mode.
* Updated Dart SDK discovery mechanism in CMake toolchain to be aware of the new Flutter SDK path.

Expand Down
2 changes: 1 addition & 1 deletion gluecodium/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 13.7.0
version = 13.7.1

0 comments on commit c63b1ae

Please sign in to comment.