From 2fd4e39209f6dffbcc698e81209137b5ab27804a Mon Sep 17 00:00:00 2001 From: Dalton Claybrook Date: Sat, 21 May 2022 13:55:58 -0400 Subject: [PATCH 1/4] Bump Swift Argument Parser checkout to 1.1.2 --- utils/update_checkout/update-checkout-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 2c3f20aaf2330..19d39bff8c012 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -93,7 +93,7 @@ "llbuild": "main", "swift-tools-support-core": "main", "swiftpm": "main", - "swift-argument-parser": "1.0.3", + "swift-argument-parser": "1.1.2", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", "swift-crypto": "1.1.5", @@ -135,7 +135,7 @@ "llbuild": "main", "swift-tools-support-core": "main", "swiftpm": "main", - "swift-argument-parser": "1.0.3", + "swift-argument-parser": "1.1.2", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", "swift-crypto": "1.1.5", @@ -177,7 +177,7 @@ "llbuild": "release/5.7", "swift-tools-support-core": "release/5.7", "swiftpm": "release/5.7", - "swift-argument-parser": "1.0.3", + "swift-argument-parser": "1.1.2", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", "swift-crypto": "1.1.5", @@ -378,7 +378,7 @@ "llbuild": "main", "swift-tools-support-core": "main", "swiftpm": "main", - "swift-argument-parser": "1.0.3", + "swift-argument-parser": "1.1.2", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", "swift-crypto": "1.1.5", From fce4f32cd0afdf4c24422e4b523c3359c3c4a1ee Mon Sep 17 00:00:00 2001 From: Dalton Claybrook Date: Sat, 21 May 2022 14:17:24 -0400 Subject: [PATCH 2/4] Revert release/5.7 back to using swift-argument-parser 1.0.3 --- utils/update_checkout/update-checkout-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 19d39bff8c012..2abb658b22fa9 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -177,7 +177,7 @@ "llbuild": "release/5.7", "swift-tools-support-core": "release/5.7", "swiftpm": "release/5.7", - "swift-argument-parser": "1.1.2", + "swift-argument-parser": "1.0.3", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", "swift-crypto": "1.1.5", From 29840380007a77f2f0aaee9a870007e70152e172 Mon Sep 17 00:00:00 2001 From: Dalton Claybrook Date: Fri, 4 Nov 2022 10:46:49 -0400 Subject: [PATCH 3/4] Bump to 1.1.4 --- utils/update_checkout/update-checkout-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 2abb658b22fa9..4a31bf3f01308 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -93,7 +93,7 @@ "llbuild": "main", "swift-tools-support-core": "main", "swiftpm": "main", - "swift-argument-parser": "1.1.2", + "swift-argument-parser": "1.1.4", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", "swift-crypto": "1.1.5", From 136279baa7c2338f247eb2a027d67fb997f594f4 Mon Sep 17 00:00:00 2001 From: Dalton Claybrook Date: Fri, 4 Nov 2022 13:03:48 -0400 Subject: [PATCH 4/4] Bump version --- utils/update_checkout/update-checkout-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 4a31bf3f01308..5729b052ba9af 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -135,7 +135,7 @@ "llbuild": "main", "swift-tools-support-core": "main", "swiftpm": "main", - "swift-argument-parser": "1.1.2", + "swift-argument-parser": "1.1.4", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", "swift-crypto": "1.1.5", @@ -378,7 +378,7 @@ "llbuild": "main", "swift-tools-support-core": "main", "swiftpm": "main", - "swift-argument-parser": "1.1.2", + "swift-argument-parser": "1.1.4", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", "swift-crypto": "1.1.5",