diff --git a/.changeset/gorilla-of-strongest-novelty.md b/.changeset/gorilla-of-strongest-novelty.md deleted file mode 100644 index 8d227ac..0000000 --- a/.changeset/gorilla-of-strongest-novelty.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Multi-tab support diff --git a/.changeset/silkworm-of-regular-downpour.md b/.changeset/silkworm-of-regular-downpour.md deleted file mode 100644 index a866cd3..0000000 --- a/.changeset/silkworm-of-regular-downpour.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -added regression tests diff --git a/.changeset/towering-organic-grouse.md b/.changeset/towering-organic-grouse.md deleted file mode 100644 index 842aca6..0000000 --- a/.changeset/towering-organic-grouse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix temperature setting for GPT-5 family of models diff --git a/.changeset/vegan-intrepid-mustang.md b/.changeset/vegan-intrepid-mustang.md deleted file mode 100644 index 488cd76..0000000 --- a/.changeset/vegan-intrepid-mustang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Added frame_id_map to support multi-tab handling on API diff --git a/CHANGELOG.md b/CHANGELOG.md index 012e612..19d9699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Stagehand Python Changelog +## 0.5.1 + +### Patch Changes + +[#88](https://github.com/browserbase/stagehand-python/pull/88) [`021c946`](https://github.com/browserbase/stagehand-python/commit/021c946) Thanks @filip-michalsky! - added regression tests +[#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 +[#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 +[#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 + ## 0.5.0 ### Minor Changes diff --git a/pyproject.toml b/pyproject.toml index f894f9f..002b2bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.5.0" +version = "0.5.1" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]