From 05ad6279ec451e4acb2044296bfe593bd14b6c30 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 22 Sep 2023 22:16:44 +0200 Subject: [PATCH] [flutter] 4.2.17 release --- spine-flutter/CHANGELOG.md | 6 ++++++ spine-flutter/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index 32ba6c061..518748186 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,9 @@ +# 4.2.17 +* Fix allocation patter for temporary structs on Windows, which resulted in a hard crash without a stack trace on the native side. + +# 4.1.7 +* Fix allocation patter for temporary structs on Windows, which resulted in a hard crash without a stack trace on the native side. + # 4.2.16 * Fixed bug in path handling on Windows. diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index ead34cfd3..be3ac9070 100644 --- a/spine-flutter/pubspec.yaml +++ b/spine-flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: spine_flutter description: The official Spine Flutter Runtime to load, display and interact with Spine animations. -version: 4.2.16 +version: 4.2.17 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues