From 7331d393c555ece88aa69f685562163790ddf611 Mon Sep 17 00:00:00 2001 From: Brent Westbrook <36778786+ntBre@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:11:21 -0400 Subject: [PATCH] Update rooster to 0.1.0 (#20575) Summary -- This reduces the page size of GraphQL queries (https://github.com/zanieb/rooster/pull/85), hopefully helping with some of the 502s we've been hitting. Test Plan -- I ran the release script, and it succeeded after failing several times on the old rooster version. --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index cb0ddf2790..ad97c20c8a 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -12,7 +12,7 @@ project_root="$(dirname "$script_root")" echo "Updating metadata with rooster..." cd "$project_root" uvx --python 3.12 --isolated -- \ - rooster@0.0.10a1 release "$@" + rooster@0.1.0 release "$@" echo "Updating lockfile..." cargo update -p ruff