From f5590860ce22d47afd5735c78b08f3289c61247c Mon Sep 17 00:00:00 2001 From: Desu Date: Sun, 20 Feb 2022 22:57:01 +0000 Subject: [PATCH] Bump version to 2.3.0 and add CHANGES --- CHANGES | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9cf6bb81..c1f0d754 100644 --- a/CHANGES +++ b/CHANGES @@ -1,2 +1,7 @@ +[2.3.0] +- [BREAKING CHANGE] [iOS] Added support for specifying robovm.xml `libs` and `forceLinkClasses` definitions. +- [iOS] Added support for arm64 simulators and replace use of fat static lib with xcframework, see #28 +- Improve shared library load failure message on Android and ARM. + [2.2.0] - [BREAKING CHANGE] Split macOS arm64 binaries into their own dylib. diff --git a/gradle.properties b/gradle.properties index 1b0650d6..d3236b28 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.badlogicgames.gdx -version=2.2.2 +version=2.3.0 POM_DESCRIPTION=libGDX jnigen library POM_NAME=libGDX jnigen library POM_URL=https://github.com/libgdx/gdx-jnigen