File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed
Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ jobs:
2121 matrix :
2222 include :
2323 - os : ubuntu-latest
24- binary_name : stagehand-linux-x64
24+ binary_name : stagehand-server- linux-x64
2525 output_path : src/stagehand/_sea/stagehand-linux-x64
2626 wheel_platform_tag : manylinux2014_x86_64
2727 - os : macos-latest
28- binary_name : stagehand-darwin-arm64
28+ binary_name : stagehand-server- darwin-arm64
2929 output_path : src/stagehand/_sea/stagehand-darwin-arm64
3030 wheel_platform_tag : macosx_11_0_arm64
31- - os : macos-13
32- binary_name : stagehand-darwin-x64
31+ - os : macos-15
32+ binary_name : stagehand-server- darwin-x64
3333 output_path : src/stagehand/_sea/stagehand-darwin-x64
3434 wheel_platform_tag : macosx_10_9_x86_64
3535 - os : windows-latest
36- binary_name : stagehand-win32-x64.exe
36+ binary_name : stagehand-server- win32-x64.exe
3737 output_path : src/stagehand/_sea/stagehand-win32-x64.exe
3838 wheel_platform_tag : win_amd64
3939
Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.1 "
2+ "." : " 0.2.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.2 (2026-01-07)
4+
5+ Full Changelog: [ v0.2.1...v0.2.2] ( https://github.com/browserbase/stagehand-python/compare/v0.2.1...v0.2.2 )
6+
7+ ### Bug Fixes
8+
9+ * correct binary names and update macOS runner in publish workflow ([ c396aa3] ( https://github.com/browserbase/stagehand-python/commit/c396aa32d85d6b16acaed2bbdadd3e619a87aae6 ) )
10+
311## 0.2.1 (2026-01-07)
412
513Full Changelog: [ v0.2.0...v0.2.1] ( https://github.com/browserbase/stagehand-python/compare/v0.2.0...v0.2.1 )
Original file line number Diff line number Diff line change 11[project ]
22name = " stagehand-alpha"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " The official Python library for the stagehand API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "stagehand"
4- __version__ = "0.2.1 " # x-release-please-version
4+ __version__ = "0.2.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments