You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Unstick release 0.9.0
Got stuck with this release, as we have new crates that also need to be
published and I hadn't factored that into the new publishing steps.
This includes moving the `xds` crates to being `quilkin-xds` so there
was less concern with crate name collisions.
🤞🏻 hopefully this is it!
Work on #964
* Fix for Github Action.
Copy file name to clipboardExpand all lines: crates/quilkin-proto/Cargo.toml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@
16
16
17
17
[package]
18
18
name = "quilkin-proto"
19
-
version = "0.1.0"
19
+
version = "0.9.0"
20
+
description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more."
Copy file name to clipboardExpand all lines: crates/xds/Cargo.toml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
[package]
2
-
name = "xds"
3
-
version = "0.1.0"
2
+
name = "quilkin-xds"
3
+
version = "0.9.0"
4
+
description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more."
0 commit comments