Skip to content

Commit 5c7095d

Browse files
Version packages and update changelogs
1 parent 2e3eb1a commit 5c7095d

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
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/vegan-intrepid-mustang.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
[#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
10+
311
## 0.5.0
412

513
### 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)