File tree Expand file tree Collapse file tree
src/main/java/com/google/cloud/agentplatform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1 .0"
2+ "." : " 0.2 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.0] ( https://github.com/googleapis/java-vertexai/compare/v0.1.0...v0.2.0 ) (2026-05-21)
4+
5+
6+ ### Features
7+
8+ * add new fields ([ 1beb7dc] ( https://github.com/googleapis/java-vertexai/commit/1beb7dc9a4254155b9a2cfc92964b4309de9c3df ) )
9+
310## 0.1.0 (2026-05-11)
411
512
Original file line number Diff line number Diff line change 1515<dependency >
1616 <groupId >com.google.cloud</groupId >
1717 <artifactId >google-cloud-agentplatform</artifactId >
18- <version >0.1 .0</version >
18+ <version >0.2 .0</version >
1919</dependency >
2020```
2121<!-- {x-version-update-end} -->
Original file line number Diff line number Diff line change 55
66 <groupId >com.google.cloud.agentplatform.examples</groupId >
77 <artifactId >google-agentplatform-examples</artifactId >
8- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-agentplatform:current} -->
8+ <version >0.2.0</version ><!-- {x-version-update:google-cloud-agentplatform:current} -->
99 <name >google-agentplatform-examples</name >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <maven .compiler.source>1.8</maven .compiler.source>
1414 <maven .compiler.target>1.8</maven .compiler.target>
1515 <!-- {x-version-update-start:google-cloud-agentplatform:current} -->
16- <google-cloud-agentplatform .version>0.2.0-SNAPSHOT </google-cloud-agentplatform .version>
16+ <google-cloud-agentplatform .version>0.2.0</google-cloud-agentplatform .version>
1717 <!-- {x-version-update-end} -->
1818 </properties >
1919 <build >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-agentplatform</artifactId >
6- <version >0.2.0-SNAPSHOT </version ><!-- {x-version-update:google-cloud-agentplatform:current} -->
6+ <version >0.2.0</version ><!-- {x-version-update:google-cloud-agentplatform:current} -->
77 <packaging >jar</packaging >
88 <name >google-cloud-agentplatform</name >
99 <description >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public Async(ApiClient apiClient) {
4545 }
4646
4747 // {x-version-update-start:google-cloud-agentplatform:released}
48- private static final String SDK_VERSION = "0.1 .0" ;
48+ private static final String SDK_VERSION = "0.2 .0" ;
4949 // {x-version-update-end:google-cloud-agentplatform:released}
5050 private static final ImmutableMap <String , String > TRACKING_HEADERS ;
5151 private static final Logger logger = Logger .getLogger (Client .class .getName ());
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-agentplatform:0.1 .0:0.2.0-SNAPSHOT
4+ google-cloud-agentplatform:0.2 .0:0.2.0
You can’t perform that action at this time.
0 commit comments