Skip to content

Commit

Permalink
Release version 13.9.6 (#1609)
Browse files Browse the repository at this point in the history
Bug fixes:
 * C++: Fixed generation of getters and setters for
        accessors attribute -- non-trivial types use
        references now.
 * Swift: Added missing generation of conversion functions
          for lambdas defined in structs.
 * Dart: Fixed a bug related to exporting nested types
         defined in a type annotated as internal.

Signed-off-by: Patryk Wrobel <[email protected]>
  • Loading branch information
pwrobeldev authored Oct 31, 2024
1 parent 1506145 commit 8a53210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Gluecodium project Release Notes

## Unreleased
## 13.9.6
Release date: 2024-10-31
### Bug fixes:
* C++: Fixed generation of getters and setters for accessors attribute -- non-trivial types use references now.
* Added missing generation of conversion functions for lambdas defined in structs for Swift.
* Fixed a bug related to exporting nested types defined in a type annotated as internal.
* Swift: Added missing generation of conversion functions for lambdas defined in structs.
* Dart: Fixed a bug related to exporting nested types defined in a type annotated as internal.

## 13.9.5
Release date: 2024-10-22
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.9.5
version = 13.9.6

0 comments on commit 8a53210

Please sign in to comment.