File tree Expand file tree Collapse file tree 4 files changed +23
-7
lines changed
Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2 .0"
2+ "." : " 0.3 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.0 (2025-12-17)
4+
5+ Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/browserbase/stagehand-java/compare/v0.2.0...v0.3.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ 9b6860a] ( https://github.com/browserbase/stagehand-java/commit/9b6860a4f60d1a740fbb026eef291e40fb8e1845 ) )
10+ * ** api:** manual updates ([ 28f7978] ( https://github.com/browserbase/stagehand-java/commit/28f7978e1f040169dbb20aa68efb8e5ceb9a34d2 ) )
11+ * ** api:** manual updates ([ 07db616] ( https://github.com/browserbase/stagehand-java/commit/07db616b7209716efa346035d65f5d7bf616c992 ) )
12+ * ** api:** manual updates ([ 3cf2073] ( https://github.com/browserbase/stagehand-java/commit/3cf20739785134610aa7bcbdbce3215c3c3a9970 ) )
13+ * ** api:** manual updates ([ adace53] ( https://github.com/browserbase/stagehand-java/commit/adace53fc3e4a0fb4b866172aec98519ec0f29d5 ) )
14+ * ** api:** manual updates ([ dd65420] ( https://github.com/browserbase/stagehand-java/commit/dd65420fecb521fba36cbf2a623ce675973a27a0 ) )
15+ * ** api:** manual updates ([ 067c9e6] ( https://github.com/browserbase/stagehand-java/commit/067c9e644940fa3671665a902bc605b8e358473f ) )
16+ * ** api:** manual updates ([ d7aabe3] ( https://github.com/browserbase/stagehand-java/commit/d7aabe36f42d8344477f2f468bd3ba15837c0516 ) )
17+ * ** api:** manual updates ([ 13074f1] ( https://github.com/browserbase/stagehand-java/commit/13074f11bbc12057b60e89f37f850ca8f5bc7a83 ) )
18+
319## 0.2.0 (2025-12-16)
420
521Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/browserbase/stagehand-java/compare/v0.1.0...v0.2.0 )
Original file line number Diff line number Diff line change 22
33<!-- x-release-please-start-version -->
44
5- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.browserbase.api/stagehand-java )] ( https://central.sonatype.com/artifact/com.browserbase.api/stagehand-java/0.2 .0 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/0.2 .0/javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.2 .0 )
5+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.browserbase.api/stagehand-java )] ( https://central.sonatype.com/artifact/com.browserbase.api/stagehand-java/0.3 .0 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/0.3 .0/javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.3 .0 )
77
88<!-- x-release-please-end -->
99
@@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1313
1414<!-- x-release-please-start-version -->
1515
16- The REST API documentation can be found on [ docs.stagehand.dev] ( https://docs.stagehand.dev ) . Javadocs are available on [ javadoc.io] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.2 .0 ) .
16+ The REST API documentation can be found on [ docs.stagehand.dev] ( https://docs.stagehand.dev ) . Javadocs are available on [ javadoc.io] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.3 .0 ) .
1717
1818<!-- x-release-please-end -->
1919
@@ -24,7 +24,7 @@ The REST API documentation can be found on [docs.stagehand.dev](https://docs.sta
2424### Gradle
2525
2626``` kotlin
27- implementation(" com.browserbase.api:stagehand-java:0.2 .0" )
27+ implementation(" com.browserbase.api:stagehand-java:0.3 .0" )
2828```
2929
3030### Maven
@@ -33,7 +33,7 @@ implementation("com.browserbase.api:stagehand-java:0.2.0")
3333<dependency >
3434 <groupId >com.browserbase.api</groupId >
3535 <artifactId >stagehand-java</artifactId >
36- <version >0.2 .0</version >
36+ <version >0.3 .0</version >
3737</dependency >
3838```
3939
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99
1010allprojects {
1111 group = " com.browserbase.api"
12- version = " 0.2 .0" // x-release-please-version
12+ version = " 0.3 .0" // x-release-please-version
1313}
1414
1515subprojects {
You can’t perform that action at this time.
0 commit comments