Skip to content

Commit ab31b6e

Browse files
Version packages and update changelogs (#187)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7fb6a6f commit ab31b6e

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/economic-teal-albatross.md

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

.changeset/prompt-loud-hound.md

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

CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
[#191](https://github.com/browserbase/stagehand-python/pull/191) [`7fb6a6f`](https://github.com/browserbase/stagehand-python/commit/7fb6a6f) Thanks @miguelg719! - Add support for custom base_url on api
8+
[#185](https://github.com/browserbase/stagehand-python/pull/185) [`ec22cb9`](https://github.com/browserbase/stagehand-python/commit/ec22cb9) Thanks @filip-michalsky! - fix camelCase and snake_case return api extract schema mismatch
9+
310
## 0.5.1
411

512
### Patch 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.1"
7+
version = "0.5.2"
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)