Skip to content

Commit

Permalink
Release version 13.10.1 (#1635)
Browse files Browse the repository at this point in the history
Bug fixes:
 * Dart: fixed race condition between garbage
         collector (which could trigger finalizer)
         and native method calls in finalizable
         classes

Signed-off-by: Patryk Wrobel <[email protected]>
  • Loading branch information
pwrobeldev authored Dec 12, 2024
1 parent f12ffbb commit 3213331
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.10.1
Release date 2024-12-12
### Bug fixes:
* Dart: fixed race condition between garbage collector (which could trigger finalizer) and native method calls in finalizable classes.

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.10.0
version = 13.10.1

0 comments on commit 3213331

Please sign in to comment.