Skip to content

Commit 9ca6e70

Browse files
Version packages and update changelogs
1 parent 36ba981 commit 9ca6e70

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

.changeset/gorilla-of-strongest-novelty.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silkworm-of-regular-downpour.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/towering-organic-grouse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/vegan-intrepid-mustang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Stagehand Python Changelog
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
[#88](https://github.com/browserbase/stagehand-python/pull/88) [`021c946`](https://github.com/browserbase/stagehand-python/commit/021c946) Thanks @filip-michalsky! - added regression tests
8+
[#161](https://github.com/browserbase/stagehand-python/pull/161) [`f68e86c`](https://github.com/browserbase/stagehand-python/commit/f68e86c) Thanks @arunpatro, @miguelg719 and Filip Michalsky! - Multi-tab support
9+
[#177](https://github.com/browserbase/stagehand-python/pull/177) [`36ba981`](https://github.com/browserbase/stagehand-python/commit/36ba981) Thanks @miguelg719! - Fix temperature setting for GPT-5 family of models
10+
[#174](https://github.com/browserbase/stagehand-python/pull/174) [`2e3eb1a`](https://github.com/browserbase/stagehand-python/commit/2e3eb1a) Thanks @miguelg719! - Added frame_id_map to support multi-tab handling on API
11+
312
## 0.5.0
413

514
### Minor Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stagehand"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Python SDK for Stagehand"
99
readme = "README.md"
1010
classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]

0 commit comments

Comments
 (0)