From 0edec3afee16887550b8fb0e15bc462966df2f72 Mon Sep 17 00:00:00 2001 From: DogBot Date: Fri, 14 Feb 2020 15:37:51 +0000 Subject: [PATCH] Release candidate for version 0.3.3. (#247) --- CHANGELOG.md | 3 +++ gdk.pinned | 2 +- packer.config.json | 2 +- workers/unity/Packages/manifest.json | 22 +++++++++++----------- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4498a1d0..6b1a4467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ ## Unreleased +## `0.3.3` - 2020-02-14 + ### Breaking Changes - Removed session-based gameplay and related assets. [#242](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/242) ### Changed +- Upgraded to GDK for Unity version `0.3.3` - Updated the project app identifiers to `io.improbable.gdk.starterproject`. [#244](https://github.com/spatialos/gdk-for-unity-fps-starter-project/pull/244) ## `0.3.2` - 2019-12-23 diff --git a/gdk.pinned b/gdk.pinned index ec1f9b27..5747a59e 100644 --- a/gdk.pinned +++ b/gdk.pinned @@ -1 +1 @@ -develop 2b4d3a928bf5bc68904cc1e919a4c2f9e6a860c4 \ No newline at end of file +develop 19800e21d0cb65bc6c6546f7b6e4263de69249b6 \ No newline at end of file diff --git a/packer.config.json b/packer.config.json index 1c27301a..129cd7cc 100644 --- a/packer.config.json +++ b/packer.config.json @@ -1,6 +1,6 @@ { "package_name": "gdk-for-unity-fps-starter-project", - "version": "0.3.2", + "version": "0.3.3", "git_packages": [ { "clone_url": "git@github.com:spatialos/gdk-for-unity-fps-starter-project.git", diff --git a/workers/unity/Packages/manifest.json b/workers/unity/Packages/manifest.json index 4f1c1d6a..d5115471 100644 --- a/workers/unity/Packages/manifest.json +++ b/workers/unity/Packages/manifest.json @@ -4,17 +4,17 @@ "com.unity.package-manager-ui": "2.2.0", "com.unity.postprocessing": "2.1.4", "com.unity.ugui": "1.0.0", - "io.improbable.gdk.buildsystem": "0.3.2", - "io.improbable.gdk.core": "0.3.2", - "io.improbable.gdk.debug": "0.3.2", - "io.improbable.gdk.deploymentlauncher": "0.3.2", - "io.improbable.gdk.gameobjectcreation": "0.3.2", - "io.improbable.gdk.mobile": "0.3.2", - "io.improbable.gdk.playerlifecycle": "0.3.2", - "io.improbable.gdk.querybasedinteresthelper": "0.3.2", - "io.improbable.gdk.testutils": "0.3.2", - "io.improbable.gdk.tools": "0.3.2", - "io.improbable.gdk.transformsynchronization": "0.3.2", + "io.improbable.gdk.buildsystem": "0.3.3", + "io.improbable.gdk.core": "0.3.3", + "io.improbable.gdk.debug": "0.3.3", + "io.improbable.gdk.deploymentlauncher": "0.3.3", + "io.improbable.gdk.gameobjectcreation": "0.3.3", + "io.improbable.gdk.mobile": "0.3.3", + "io.improbable.gdk.playerlifecycle": "0.3.3", + "io.improbable.gdk.querybasedinteresthelper": "0.3.3", + "io.improbable.gdk.testutils": "0.3.3", + "io.improbable.gdk.tools": "0.3.3", + "io.improbable.gdk.transformsynchronization": "0.3.3", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.audio": "1.0.0",