Skip to content

Commit ccee2b7

Browse files
chore: release main
1 parent 5035014 commit ccee2b7

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"packages/google-cloud-eventarc": "1.15.2",
9090
"packages/google-cloud-eventarc-publishing": "0.6.18",
9191
"packages/google-cloud-filestore": "1.13.1",
92-
"packages/google-cloud-financialservices": "0.1.1",
92+
"packages/google-cloud-financialservices": "0.1.2",
9393
"packages/google-cloud-functions": "1.20.3",
9494
"packages/google-cloud-gdchardwaremanagement": "0.1.11",
9595
"packages/google-cloud-gke-backup": "0.5.17",

packages/google-cloud-financialservices/CHANGELOG.md

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

3+
## [0.1.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-financialservices-v0.1.1...google-cloud-financialservices-v0.1.2) (2025-04-17)
4+
5+
6+
### Documentation
7+
8+
* [google-cloud-financialservices] fix grammar in comments of proto fields ([#13791](https://github.com/googleapis/google-cloud-python/issues/13791)) ([b7ad711](https://github.com/googleapis/google-cloud-python/commit/b7ad711be36c71f60e48ff6ca5c1a18c44d20fc6))
9+
* repalce double quotes with backticks for formats in comments ([b7ad711](https://github.com/googleapis/google-cloud-python/commit/b7ad711be36c71f60e48ff6ca5c1a18c44d20fc6))
10+
311
## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-financialservices-v0.1.0...google-cloud-financialservices-v0.1.1) (2025-03-15)
412

513

packages/google-cloud-financialservices/google/cloud/financialservices/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.2" # {x-release-please-version}

packages/google-cloud-financialservices/google/cloud/financialservices_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.2" # {x-release-please-version}

packages/google-cloud-financialservices/samples/generated_samples/snippet_metadata_google.cloud.financialservices.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-financialservices",
11-
"version": "0.1.0"
11+
"version": "0.1.2"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)