Skip to content

Commit 29b398a

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

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
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
}

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
* fix lint ([f9eb16d](https://github.com/browserbase/sdk-python/commit/f9eb16d06549083cfe720ce9323a05ded6b228b7))
12+
* readme ([c92d603](https://github.com/browserbase/sdk-python/commit/c92d603bdac766358a1d53da4a6afd846f49e43d))
13+
* rm numbered examples ([e1d2e35](https://github.com/browserbase/sdk-python/commit/e1d2e355f4185f8d6a0c214dc48114c108ba45f9))
14+
* rye ([48aa3c4](https://github.com/browserbase/sdk-python/commit/48aa3c49733f01d073b0dee0bd41b3985a06d12b))
15+
* temp ([0f8af35](https://github.com/browserbase/sdk-python/commit/0f8af3551063f3bff78cb4bd844f0c0e6f2aa3ae))
16+
* working example in pytest ([b222465](https://github.com/browserbase/sdk-python/commit/b22246536eddb03ca885e21072b1b34581f736ba))
17+
318
## 0.1.0-alpha.1 (2024-10-25)
419

520
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)

Diff for: pyproject.toml

+1-1
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"

Diff for: src/browserbase/_version.py

+1-1
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)