From bd9cd4a8e33a0cd0f72a27bac22872ac314f7fcf Mon Sep 17 00:00:00 2001 From: marionbarker Date: Fri, 5 Dec 2025 14:05:08 -0800 Subject: [PATCH 1/4] fix typo for repository owner check --- .github/workflows/build_loop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 8a507fe32b..db33b8991b 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -98,7 +98,7 @@ jobs: - name: Sync upstream changes if: | # do not run the upstream sync action on the upstream repository steps.workflow-permission.outputs.has_permission == 'true' && - vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'loopandlearn' + vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'LoopKit' id: sync uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1 with: From ffc0a34621ae43884a9a52ee97bcb3dd3fed5f84 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Wed, 7 Jan 2026 11:31:20 -0800 Subject: [PATCH 2/4] update G6/G7 modules: enable upload to remote as default --- CGMBLEKit | 2 +- G7SensorKit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CGMBLEKit b/CGMBLEKit index e7e5610b17..a442ea0a21 160000 --- a/CGMBLEKit +++ b/CGMBLEKit @@ -1 +1 @@ -Subproject commit e7e5610b17d877d44d4eaa7370a13bd7aca61fca +Subproject commit a442ea0a21078e82264176a89617d2f9a3a6f36d diff --git a/G7SensorKit b/G7SensorKit index bf6f7c2582..ee064ddcc1 160000 --- a/G7SensorKit +++ b/G7SensorKit @@ -1 +1 @@ -Subproject commit bf6f7c2582fdf7d469edd6ee4d2ca076a56a7b4d +Subproject commit ee064ddcc1c13e0050ee56d0eec38a6bdc0d3c76 From b50e8c39e7e654e9af361694aae0b51e2044d964 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Wed, 7 Jan 2026 16:30:20 -0800 Subject: [PATCH 3/4] Bump release version to 3.10.0 --- VersionOverride.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VersionOverride.xcconfig b/VersionOverride.xcconfig index 11508f3892..4e7b318af7 100644 --- a/VersionOverride.xcconfig +++ b/VersionOverride.xcconfig @@ -8,5 +8,5 @@ // Version [for DIY Loop] // configure the version number in LoopWorkspace -LOOP_MARKETING_VERSION = 3.9.5 +LOOP_MARKETING_VERSION = 3.10.0 CURRENT_PROJECT_VERSION = 57 From bb63b712cc21c861bc8cea01d7f8587ee4a63b69 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 11 Jan 2026 10:33:12 -0800 Subject: [PATCH 4/4] bump dev version to 3.11.0 --- VersionOverride.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VersionOverride.xcconfig b/VersionOverride.xcconfig index 4e7b318af7..92a5315f1d 100644 --- a/VersionOverride.xcconfig +++ b/VersionOverride.xcconfig @@ -8,5 +8,5 @@ // Version [for DIY Loop] // configure the version number in LoopWorkspace -LOOP_MARKETING_VERSION = 3.10.0 +LOOP_MARKETING_VERSION = 3.11.0 CURRENT_PROJECT_VERSION = 57