Skip to content

Commit 6d00a7c

Browse files
authored
Merge pull request #23 from googleapis/release-please--branches--main
chore(main): release 0.1.0
2 parents 70eb53a + 169a854 commit 6d00a7c

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
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-
".": "0.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-10-21)
4+
5+
6+
### Features
7+
8+
* Add config files to use Release Please ([ac14319](https://github.com/googleapis/java-vertex-feature-store/commit/ac1431907a0700d5632997c63712263562510700))
9+
* Update the release config ([c138680](https://github.com/googleapis/java-vertex-feature-store/commit/c138680ac61f540a34ebec3720cce9c8b6f7d4f7))
10+
* Update the release config ([bc9eede](https://github.com/googleapis/java-vertex-feature-store/commit/bc9eede13db40d2fa6b6ff5f74e72ff5d0dc4d2c))
11+
* Update the release config ([c5702b1](https://github.com/googleapis/java-vertex-feature-store/commit/c5702b1f1792e84cfdfe7db711c187c2b8eaedd0))
12+
13+
14+
### Bug Fixes
15+
16+
* change the release version to 0.0.0 ([d6b7eed](https://github.com/googleapis/java-vertex-feature-store/commit/d6b7eed8d86789cdbbd55e2e9733d3052d3f00eb))
17+
* update the plugin so it loads correct protobuf library for the r… ([70eb53a](https://github.com/googleapis/java-vertex-feature-store/commit/70eb53a9a4c264ad04cd1d9e6d86aab1e3000665))
18+
* update the plugin so it loads correct protobuf library for the running OS ([b888ecb](https://github.com/googleapis/java-vertex-feature-store/commit/b888ecb8e3dc7694e77dbf70edd8ff72f41dd14c))

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.cloud</groupId>
77
<artifactId>google-cloud-aiplatform-fs</artifactId>
8-
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform-fs:current} -->
8+
<version>0.1.0</version><!-- {x-version-update:google-cloud-aiplatform-fs:current} -->
99
<packaging>jar</packaging>
1010
<name>Google Cloud Vertex AI Custom SDK for Feature Store</name>
1111
<parent>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-aiplatform-fs:0.0.0:0.1.0-SNAPSHOT
4+
google-cloud-aiplatform-fs:0.1.0:0.1.0

0 commit comments

Comments
 (0)