Skip to content

Commit

Permalink
Release version 13.9.7 (#1616)
Browse files Browse the repository at this point in the history
Bug fixes:
 * Common: fixed visibilty of symbols from common code (JNI, Dart FFI) in order
                     to resolve problems with build that uses hidden visibility preset.
 * AntlrLimeConverter: fixed conversion of platforms for 'Internal' annotation
                                       to work correctly also when arguments are not in quotation
                                       marks.
 * Dart: generate omitted documentation of properties.

Signed-off-by: Patryk Wrobel <[email protected]>
  • Loading branch information
pwrobeldev authored Nov 13, 2024
1 parent cb3dd0e commit e8a6a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Gluecodium project Release Notes

## Unreleased:
## 13.9.7
Release date 2024-11-13
### Bug fixes:
* Fixed visibilty of symbols from common code (JNI, Dart FFI) in order to resolve problems with build that uses hidden visibility preset.
* Fixed conversion of platforms for 'Internal' annotation to work correctly also when arguments are not in quotation marks.
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.6
version = 13.9.7

0 comments on commit e8a6a4f

Please sign in to comment.