From 92b9984652c3481f8a07d6c8e34c1fe95c1b48d1 Mon Sep 17 00:00:00 2001 From: Jason Little Date: Tue, 28 Jul 2026 13:22:53 -0500 Subject: [PATCH] bump: famedly_control_synapse module to v0.1.0 --- .ci/scripts/calculate_builds.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci/scripts/calculate_builds.py b/.ci/scripts/calculate_builds.py index bdfa1522cd..5932a2e15f 100755 --- a/.ci/scripts/calculate_builds.py +++ b/.ci/scripts/calculate_builds.py @@ -82,11 +82,13 @@ def set_output(key: str, value: str) -> None: # there is no modpack with fcs 0.0.3 as 2 fcs releases have been done since the last synapse release "mod028": {"sic-version": "0.2.2", "sta-version": "0.13.1", "fcs-version": "0.0.4"}, "mod029": {"sic-version": "0.5.0", "sta-version": "0.13.1", "fcs-version": "0.0.4"}, + "mod030": {"sic-version": "0.2.2", "sta-version": "0.13.1", "fcs-version": "0.1.0"}, + "mod031": {"sic-version": "0.5.0", "sta-version": "0.13.1", "fcs-version": "0.1.0"}, } # Adjust this section to decide what gets built and layered on top # THIS IS THE SECTION TO EDIT, after you have added the new versions above -current_mod_packs_to_build = ["mod028", "mod029"] +current_mod_packs_to_build = ["mod030", "mod031"] generated_jobs: list[dict[str, Any]] = [] for mod_pack_job in current_mod_packs_to_build: