From bb63b712cc21c861bc8cea01d7f8587ee4a63b69 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 11 Jan 2026 10:33:12 -0800 Subject: [PATCH 1/3] 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 From 9ef64e721f642e1edab1c429c8f57e5d50e6b5a8 Mon Sep 17 00:00:00 2001 From: Taylor Date: Sat, 14 Feb 2026 12:09:38 -0800 Subject: [PATCH 2/3] feat/AllFeatures: Combined FoodFinder + LoopInsights + AutoPresets Point Loop submodule at TaylorJPatterson/Loop feat/AllFeatures branch which merges all three feature branches onto dev. Co-Authored-By: Claude Opus 4.6 --- .gitmodules | 3 ++- Loop | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1308e60c03..1be2f82bfb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "Loop"] path = Loop - url = https://github.com/LoopKit/Loop.git + url = https://github.com/TaylorJPatterson/Loop.git + branch = feat/AllFeatures [submodule "LoopKit"] path = LoopKit url = https://github.com/LoopKit/LoopKit.git diff --git a/Loop b/Loop index db9cf70d72..bc15980992 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit db9cf70d7292803308e0e7f3c5f1f7fe6d801c9e +Subproject commit bc15980992267a0b554ed85d5377a281677915a2 From 3657138f9fffca6b03a0d0550cd583a27516df16 Mon Sep 17 00:00:00 2001 From: Taylor Date: Sat, 14 Feb 2026 13:02:41 -0800 Subject: [PATCH 3/3] Update Loop submodule to pbxproj fix Co-Authored-By: Claude Opus 4.6 --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index bc15980992..4fd176c8e4 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit bc15980992267a0b554ed85d5377a281677915a2 +Subproject commit 4fd176c8e430869b39f06a896697cd47c653f1a3