File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.7.1 "
2+ "." : " 0.7.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.2 (2026-03-06)
4+
5+ Full Changelog: [ v0.7.1...v0.7.2] ( https://github.com/browserbase/stagehand-java/compare/v0.7.1...v0.7.2 )
6+
7+ ### Chores
8+
9+ * ** internal:** bump palantir-java-format ([ 3bf036a] ( https://github.com/browserbase/stagehand-java/commit/3bf036aed5ba8fb90fe4bf5bc6b62a49f09f7dcc ) )
10+ * ** internal:** codegen related update ([ f94c8c9] ( https://github.com/browserbase/stagehand-java/commit/f94c8c9a86af4592fba5c42645ccc1099a8ab1fe ) )
11+
312## 0.7.1 (2026-03-04)
413
514Full Changelog: [ v0.7.0...v0.7.1] ( https://github.com/browserbase/stagehand-java/compare/v0.7.0...v0.7.1 )
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.7.1 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/0.7.1 /javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.7.1 )
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.7.2 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.browserbase.api/stagehand-java/0.7.2 /javadoc.svg )] ( https://javadoc.io/doc/com.browserbase.api/stagehand-java/0.7.2 )
77
88<!-- x-release-please-end -->
99
@@ -85,7 +85,7 @@ Most existing browser automation tools either require you to write low-level cod
8585### Gradle
8686
8787``` kotlin
88- implementation(" com.browserbase.api:stagehand-java:0.7.1 " )
88+ implementation(" com.browserbase.api:stagehand-java:0.7.2 " )
8989```
9090
9191### Maven
@@ -94,7 +94,7 @@ implementation("com.browserbase.api:stagehand-java:0.7.1")
9494<dependency >
9595 <groupId >com.browserbase.api</groupId >
9696 <artifactId >stagehand-java</artifactId >
97- <version >0.7.1 </version >
97+ <version >0.7.2 </version >
9898</dependency >
9999```
100100
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99allprojects {
1010 group = " com.browserbase.api"
11- version = " 0.7.1 " // x-release-please-version
11+ version = " 0.7.2 " // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments