Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 6689e30

Browse files
Release candidate for version 0.2.5. (#1046)
1 parent f21db01 commit 6689e30

File tree

18 files changed

+65
-64
lines changed

18 files changed

+65
-64
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## `0.2.5` - 2019-07-18
6+
57
### Breaking Changes
68

79
- Renamed the `buildTarget` command line argument to `buildEnvironment`. [#1012](https://github.com/spatialos/gdk-for-unity/pull/1012)

packer.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity.git",
@@ -14,4 +14,4 @@
1414
]
1515
}
1616
]
17-
}
17+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.dependencytest",
33
"displayName": "SpatialOS GDK Dependency Test",
4-
"version": "0.2.2",
4+
"version": "0.2.5",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Root.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.2",
10-
"io.improbable.gdk.dependencytestchild": "0.2.2"
9+
"io.improbable.gdk.core": "0.2.5",
10+
"io.improbable.gdk.dependencytestchild": "0.2.5"
1111
}
12-
}
12+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.dependencytestchild",
33
"displayName": "SpatialOS GDK Dependency Test Child",
4-
"version": "0.2.2",
4+
"version": "0.2.5",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Child.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.2",
10-
"io.improbable.gdk.dependencytestgrandchild": "0.2.2"
9+
"io.improbable.gdk.core": "0.2.5",
10+
"io.improbable.gdk.dependencytestgrandchild": "0.2.5"
1111
}
12-
}
12+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.dependencytestgrandchild",
33
"displayName": "SpatialOS GDK Dependency Test Grandchild",
4-
"version": "0.2.2",
4+
"version": "0.2.5",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Grandchild.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.2"
9+
"io.improbable.gdk.core": "0.2.5"
1010
}
11-
}
11+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.buildsystem",
33
"displayName": "SpatialOS GDK Build System",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.4"
9+
"io.improbable.gdk.core": "0.2.5"
1010
}
11-
}
11+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "io.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module.",
88
"dependencies": {
99
"io.improbable.worker.sdk": "13.7.1",
10-
"io.improbable.gdk.tools": "0.2.4",
11-
"io.improbable.gdk.testutils": "0.2.4",
10+
"io.improbable.gdk.tools": "0.2.5",
11+
"io.improbable.gdk.testutils": "0.2.5",
1212
"com.unity.entities": "0.0.12-preview.33"
1313
}
14-
}
14+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.deploymentlauncher",
33
"displayName": "SpatialOS GDK Deployment Launcher",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Deployment Launcher.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.4",
10-
"io.improbable.gdk.tools": "0.2.4"
9+
"io.improbable.gdk.core": "0.2.5",
10+
"io.improbable.gdk.tools": "0.2.5"
1111
}
12-
}
12+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "io.improbable.gdk.gameobjectcreation",
33
"displayName": "SpatialOS GDK GameObject Creation",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK GameObject Creation Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.4"
9+
"io.improbable.gdk.core": "0.2.5"
1010
}
11-
}
11+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "io.improbable.gdk.mobile",
33
"displayName": "SpatialOS GDK Mobile Support",
4-
"version": "0.0.8",
4+
"version": "0.2.5",
55
"unity": "2019.1",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Mobile Support Module.",
88
"dependencies": {
9-
"io.improbable.gdk.core": "0.2.4",
9+
"io.improbable.gdk.core": "0.2.5",
1010
"io.improbable.worker.sdk.mobile": "13.7.1"
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)