From dea763878a30f7fa52bb4ada10e3eadb04e08ac8 Mon Sep 17 00:00:00 2001 From: zeroZshadow Date: Fri, 22 May 2020 14:23:00 +0100 Subject: [PATCH 1/5] Update runtime pin to 14.5.2 --- workers/unity/Packages/io.improbable.gdk.tools/runtime.pinned | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/unity/Packages/io.improbable.gdk.tools/runtime.pinned b/workers/unity/Packages/io.improbable.gdk.tools/runtime.pinned index d3be72cbe1..7cfd50ed71 100644 --- a/workers/unity/Packages/io.improbable.gdk.tools/runtime.pinned +++ b/workers/unity/Packages/io.improbable.gdk.tools/runtime.pinned @@ -1 +1 @@ -14.5.0 \ No newline at end of file +14.5.2 From 4831576b57823979de35c5a802d2585b36308316 Mon Sep 17 00:00:00 2001 From: zeroZshadow Date: Fri, 22 May 2020 14:25:33 +0100 Subject: [PATCH 2/5] Changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b72e323849..6a1aa08dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ ### Changed - GDK Tools Configuration window now autosaves. [#1356](https://github.com/spatialos/gdk-for-unity/pull/1356) +- The SpatialOS Runtime version has been updated to `14.5.2`. [#1373](https://github.com/spatialos/gdk-for-unity/pull/1373) ### Fixed @@ -87,11 +88,11 @@ - This means that your entities must have the `Metadata` component to use the GameObject Creation Feature Module. ### Added - +- The SpatialOS Runtime version is now pinned by the GDK. This has been initially set to `14.5.0`. - Added ability to construct a `CodeWriter` using just the raw string content. [#1275](https://github.com/spatialos/gdk-for-unity/pull/1275) - This will override anything defined through the ergonomic `CodeWriter` API. - Introduced a new `CodegenJob` model. [#1275](https://github.com/spatialos/gdk-for-unity/pull/1275) -- The SpatialOS Runtime version is now pinned by the GDK. This has been initially set to `14.5.0`. + - You can override this version in the GDK Tools Configuration. [#1289](https://github.com/spatialos/gdk-for-unity/pull/1289) - This version (or your override) will be used in both local deployments started through the editor and cloud deployments started through the Deployment Launcher. - The currently selected version will be displayed in the Deployment Launcher. [#1302](https://github.com/spatialos/gdk-for-unity/pull/1302) From 7120878102adb96c28a1d8f39188ae16d340b8bf Mon Sep 17 00:00:00 2001 From: zeroZshadow Date: Fri, 22 May 2020 14:39:55 +0100 Subject: [PATCH 3/5] Fixup changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1aa08dbd..671235ed92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,7 @@ - This means that your entities must have the `Metadata` component to use the GameObject Creation Feature Module. ### Added + - The SpatialOS Runtime version is now pinned by the GDK. This has been initially set to `14.5.0`. - Added ability to construct a `CodeWriter` using just the raw string content. [#1275](https://github.com/spatialos/gdk-for-unity/pull/1275) - This will override anything defined through the ergonomic `CodeWriter` API. From 2a766fe2a001080948d4522600a726283b0fa79c Mon Sep 17 00:00:00 2001 From: zeroZshadow Date: Fri, 22 May 2020 14:41:19 +0100 Subject: [PATCH 4/5] Fix v2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 671235ed92..aea2404e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,11 +89,11 @@ ### Added -- The SpatialOS Runtime version is now pinned by the GDK. This has been initially set to `14.5.0`. - Added ability to construct a `CodeWriter` using just the raw string content. [#1275](https://github.com/spatialos/gdk-for-unity/pull/1275) - This will override anything defined through the ergonomic `CodeWriter` API. - Introduced a new `CodegenJob` model. [#1275](https://github.com/spatialos/gdk-for-unity/pull/1275) +- The SpatialOS Runtime version is now pinned by the GDK. This has been initially set to `14.5.0`. - You can override this version in the GDK Tools Configuration. [#1289](https://github.com/spatialos/gdk-for-unity/pull/1289) - This version (or your override) will be used in both local deployments started through the editor and cloud deployments started through the Deployment Launcher. - The currently selected version will be displayed in the Deployment Launcher. [#1302](https://github.com/spatialos/gdk-for-unity/pull/1302) From 270ba665bea7aa04627e72dae6486ca16904ec3c Mon Sep 17 00:00:00 2001 From: zeroZshadow Date: Fri, 22 May 2020 14:43:23 +0100 Subject: [PATCH 5/5] I swear vscode is trolling me --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea2404e3a..41fb579a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,7 +92,6 @@ - Added ability to construct a `CodeWriter` using just the raw string content. [#1275](https://github.com/spatialos/gdk-for-unity/pull/1275) - This will override anything defined through the ergonomic `CodeWriter` API. - Introduced a new `CodegenJob` model. [#1275](https://github.com/spatialos/gdk-for-unity/pull/1275) - - The SpatialOS Runtime version is now pinned by the GDK. This has been initially set to `14.5.0`. - You can override this version in the GDK Tools Configuration. [#1289](https://github.com/spatialos/gdk-for-unity/pull/1289) - This version (or your override) will be used in both local deployments started through the editor and cloud deployments started through the Deployment Launcher.