Skip to content

Commit f36bfc5

Browse files
release: 0.1.0
1 parent 88bc3ea commit f36bfc5

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-12-16)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/browserbase/stagehand-go/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([d9bf911](https://github.com/browserbase/stagehand-go/commit/d9bf911e909d1cc525c15a1fe3e5c8d02a897a31))
10+
* **api:** manual updates ([cf1ef50](https://github.com/browserbase/stagehand-go/commit/cf1ef5021ddd763e89fbb17221d1602f6e3d3ba3))
11+
* **api:** tweak branding and fix some config fields ([5b27a1f](https://github.com/browserbase/stagehand-go/commit/5b27a1f55f618fd811e2deab93a78470ad46ce66))
12+
13+
14+
### Chores
15+
16+
* configure new SDK language ([39d314a](https://github.com/browserbase/stagehand-go/commit/39d314a410d1c304eabff480713a030e84a697fa))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to pin the version:
2828
<!-- x-release-please-start-version -->
2929

3030
```sh
31-
go get -u 'github.com/browserbase/stagehand-go@v0.0.1'
31+
go get -u 'github.com/browserbase/stagehand-go@v0.1.0'
3232
```
3333

3434
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.0.1" // x-release-please-version
5+
const PackageVersion = "0.1.0" // x-release-please-version

0 commit comments

Comments
 (0)