From 34bfcd158eed3a07d4d2affafe7f69cfe6611153 Mon Sep 17 00:00:00 2001 From: NicEastvillage Date: Sun, 6 Apr 2025 21:10:09 +0200 Subject: [PATCH 1/4] Update schema --- flatbuffers-schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatbuffers-schema b/flatbuffers-schema index 45edf76..a15515f 160000 --- a/flatbuffers-schema +++ b/flatbuffers-schema @@ -1 +1 @@ -Subproject commit 45edf765638cd54de9c5631ecbf0a906088430e9 +Subproject commit a15515f71f76700a69e3780d05b1f78c65daf620 From c339e972195f7dbaee7ef343354dbeba858a59ca Mon Sep 17 00:00:00 2001 From: NicEastvillage Date: Sun, 6 Apr 2025 21:21:23 +0200 Subject: [PATCH 2/4] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc19168..8fc40ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlbot_flatbuffers" -version = "0.15.0" +version = "0.15.1" edition = "2024" description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers" repository = "https://github.com/VirxEC/rlbot_flatbuffers_py" From e47740617c580a75f351b205cd6fbf71677314c0 Mon Sep 17 00:00:00 2001 From: NicEastvillage Date: Mon, 7 Apr 2025 21:00:37 +0200 Subject: [PATCH 3/4] Bump minor instead --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fc40ff..cfa71b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlbot_flatbuffers" -version = "0.15.1" +version = "0.16.0" edition = "2024" description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers" repository = "https://github.com/VirxEC/rlbot_flatbuffers_py" From 52a533654702d3ab879eb31100ca48b4fb40715c Mon Sep 17 00:00:00 2001 From: NicEastvillage Date: Tue, 8 Apr 2025 20:53:05 +0200 Subject: [PATCH 4/4] Update schame; bots renamed to agents --- flatbuffers-schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatbuffers-schema b/flatbuffers-schema index a15515f..805c3cb 160000 --- a/flatbuffers-schema +++ b/flatbuffers-schema @@ -1 +1 @@ -Subproject commit a15515f71f76700a69e3780d05b1f78c65daf620 +Subproject commit 805c3cb5f0cd8aa13b940d98f9af59914aab0012