Skip to content

Commit c3a63e5

Browse files
release: 0.1.0-alpha.2
1 parent e1d2e35 commit c3a63e5

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.2 (2024-10-26)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/browserbase/sdk-python/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Features
8+
9+
* basic test ([9efac1e](https://github.com/browserbase/sdk-python/commit/9efac1e07543884f97c7ae86d346f30e7fa66848))
10+
* cleanup ([669cb4e](https://github.com/browserbase/sdk-python/commit/669cb4e6ba27f97935caf8e09bcc0eac8738c12a))
11+
* readme ([c92d603](https://github.com/browserbase/sdk-python/commit/c92d603bdac766358a1d53da4a6afd846f49e43d))
12+
* rye ([48aa3c4](https://github.com/browserbase/sdk-python/commit/48aa3c49733f01d073b0dee0bd41b3985a06d12b))
13+
* temp ([0f8af35](https://github.com/browserbase/sdk-python/commit/0f8af3551063f3bff78cb4bd844f0c0e6f2aa3ae))
14+
* working example in pytest ([b222465](https://github.com/browserbase/sdk-python/commit/b22246536eddb03ca885e21072b1b34581f736ba))
15+
316
## 0.1.0-alpha.1 (2024-10-25)
417

518
Full Changelog: [v0.0.1-alpha.1...v0.1.0-alpha.1](https://github.com/browserbase/sdk-python/compare/v0.0.1-alpha.1...v0.1.0-alpha.1)

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.1"
3+
version = "0.1.0-alpha.2"
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.1" # x-release-please-version
4+
__version__ = "0.1.0-alpha.2" # x-release-please-version

0 commit comments

Comments
 (0)