Skip to content

Commit cfdf3d3

Browse files
authored
Merge branch 'main' into remove-deprecated-headers
2 parents 7d74e98 + 6c81af8 commit cfdf3d3

6 files changed

Lines changed: 16 additions & 7 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.6.0"
2+
".": "0.6.1"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-ed52466945f2f8dfd3814a29e948d7bf30af7b76a7a7689079c03b8baf64e26f.yml
3-
openapi_spec_hash: 5d57aaf2362b0d882372dbf76477ba23
4-
config_hash: 8ec9eaf59304f664cf79f73de1488671
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-2c6c017cc9ca1fcfe7b3902edfa64fb0420bdb46b1740c7c862e81e2132d4f7c.yml
3+
openapi_spec_hash: 220daf7e8f5897909a6c10e3385386e3
4+
config_hash: 1f709f8775e13029dc60064ef3a94355

CHANGELOG.md

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

3+
## 0.6.1 (2026-01-06)
4+
5+
Full Changelog: [v0.6.0...v0.6.1](https://github.com/browserbase/stagehand-ruby/compare/v0.6.0...v0.6.1)
6+
7+
### Documentation
8+
9+
* add full example and update examples in README ([#8](https://github.com/browserbase/stagehand-ruby/issues/8)) ([3d8b897](https://github.com/browserbase/stagehand-ruby/commit/3d8b8978c4623f906fd809fdd44c91539098fe00))
10+
* prominently feature MCP server setup in root SDK readmes ([f9a368b](https://github.com/browserbase/stagehand-ruby/commit/f9a368b0508862cd3ee53198ac92fe1265c5050f))
11+
312
## 0.6.0 (2026-01-05)
413

514
Full Changelog: [v0.5.0...v0.6.0](https://github.com/browserbase/stagehand-ruby/compare/v0.5.0...v0.6.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
stagehand (0.6.0)
14+
stagehand (0.6.1)
1515
connection_pool
1616

1717
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To use this gem, install via Bundler by adding the following to your application
7070
<!-- x-release-please-start-version -->
7171

7272
```ruby
73-
gem "stagehand", "~> 0.6.0"
73+
gem "stagehand", "~> 0.6.1"
7474
```
7575

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

lib/stagehand/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stagehand
4-
VERSION = "0.6.0"
4+
VERSION = "0.6.1"
55
end

0 commit comments

Comments
 (0)