Skip to content

Commit a244182

Browse files
release: 0.1.0
1 parent 2520fc6 commit a244182

3 files changed

Lines changed: 19 additions & 2 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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-php/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([9080e0a](https://github.com/browserbase/stagehand-php/commit/9080e0a09f5ccd2d34ee480ddaea25e21058664e))
10+
* **api:** tweak branding and fix some config fields ([90c7197](https://github.com/browserbase/stagehand-php/commit/90c71979a68c674d6c7acc99f44bca480bb0969b))
11+
12+
13+
### Chores
14+
15+
* configure new SDK language ([83f228c](https://github.com/browserbase/stagehand-php/commit/83f228c57bb2a41078c00161a01aa6be4e36074e))
16+
* **internal:** codegen related update ([582a585](https://github.com/browserbase/stagehand-php/commit/582a58509d679383e90422b7f9d836afa9277354))
17+
* **internal:** codegen related update ([f320af0](https://github.com/browserbase/stagehand-php/commit/f320af00744b1ef4ea2007ca9b80d58f147061aa))

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace Stagehand;
66

77
// x-release-please-start-version
8-
const VERSION = '0.0.1';
8+
const VERSION = '0.1.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)