Skip to content

Commit 7331d39

Browse files
authored
Update rooster to 0.1.0 (#20575)
Summary -- This reduces the page size of GraphQL queries (zanieb/rooster#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.
1 parent 529e5fa commit 7331d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project_root="$(dirname "$script_root")"
1212
echo "Updating metadata with rooster..."
1313
cd "$project_root"
1414
uvx --python 3.12 --isolated -- \
15-
rooster@0.0.10a1 release "$@"
15+
rooster@0.1.0 release "$@"
1616

1717
echo "Updating lockfile..."
1818
cargo update -p ruff

0 commit comments

Comments
 (0)