Skip to content

Commit edc5c17

Browse files
release: 3.6.1 (#27)
* codegen metadata * chore(internal): remove mock server code * chore: update mock server docs * codegen metadata * STG-1301: add CLAUDE.md and AGENTS.md * codegen metadata * release: 3.6.1 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: monadoid <sam.finton@gmail.com> Co-authored-by: Sam F <43347795+monadoid@users.noreply.github.com>
1 parent 9898eea commit edc5c17

File tree

11 files changed

+24
-123
lines changed

11 files changed

+24
-123
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-
".": "3.6.0"
2+
".": "3.6.1"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 8
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-5d0052068f044366d6d31570d9712922c9a80fdd6f9995af815e9afc075507ef.yml
3-
openapi_spec_hash: c0cb787da075d8cd2d938c05b36b5efa
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-87b4d9e349de9d33d5d89439f7ac9507133700a9f072fdf0d756471961768d2c.yml
3+
openapi_spec_hash: 0f6ae6d10a0227a3482914728cf901ba
44
config_hash: 4252fc025e947bc0fd6b2abd91a0cc8e

AGENTS.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

CHANGELOG.md

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

3+
## 3.6.1 (2026-02-25)
4+
5+
Full Changelog: [v3.6.0...v3.6.1](https://github.com/browserbase/stagehand-ruby/compare/v3.6.0...v3.6.1)
6+
7+
### Chores
8+
9+
* **internal:** remove mock server code ([621ce32](https://github.com/browserbase/stagehand-ruby/commit/621ce327c5c39cfebd023ca4a3b178f4eada2cdc))
10+
* update mock server docs ([29f592b](https://github.com/browserbase/stagehand-ruby/commit/29f592b49d6b99450bd695a0f18f5addefcdade0))
11+
312
## 3.6.0 (2026-02-18)
413

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

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
AGENTS.md
1+
README.md

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ $ bundle exec rake
6666

6767
## Running tests
6868

69-
Most tests require you to [set up a mock server](https://github.com/stoplightio/prism) against the OpenAPI spec to run the tests.
70-
71-
```bash
72-
$ npx prism mock path/to/your/openapi.yml
73-
```
74-
7569
```bash
7670
$ bundle exec rake test
7771
```

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 (3.6.0)
14+
stagehand (3.6.1)
1515
cgi
1616
connection_pool
1717

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 = "3.6.0"
4+
VERSION = "3.6.1"
55
end

scripts/mock

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)