Skip to content

Commit 108c864

Browse files
release: 0.1.0-alpha.6
1 parent 131d960 commit 108c864

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.5"
2+
".": "0.1.0-alpha.6"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.6 (2024-10-28)
4+
5+
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/browserbase/sdk-python/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
6+
7+
### Features
8+
9+
* basic selenium ([25c9e75](https://github.com/browserbase/sdk-python/commit/25c9e75c346998d00ad300248fdf50272c6bd8dc))
10+
* e2e tests pass ([a234330](https://github.com/browserbase/sdk-python/commit/a2343303c3b79dae1707083ae2a567087777b449))
11+
* got it ([03e4894](https://github.com/browserbase/sdk-python/commit/03e48946ae143b4bde3ec074c1f8ceed807b608b))
12+
* lint ([131d960](https://github.com/browserbase/sdk-python/commit/131d9600176e2a80edf85ee2466c6906a406d046))
13+
* why are these headers necessary ([437dccd](https://github.com/browserbase/sdk-python/commit/437dccd84588523bc60a96fc92bbac832b7645e6))
14+
315
## 0.1.0-alpha.5 (2024-10-28)
416

517
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/browserbase/sdk-python/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "browserbase"
3-
version = "0.1.0-alpha.5"
3+
version = "0.1.0-alpha.6"
44
description = "The official Python library for the browserbase API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/browserbase/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "browserbase"
4-
__version__ = "0.1.0-alpha.5" # x-release-please-version
4+
__version__ = "0.1.0-alpha.6" # x-release-please-version

0 commit comments

Comments
 (0)