Skip to content

Commit 3d3e796

Browse files
chore(main): release google-maps-isochrones-v1 0.1.0 (#34707)
* chore(main): release google-maps-isochrones-v1 0.1.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ba57d66 commit 3d3e796

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@
993993
"google-maps-fleet_engine-v1+FILLER": "0.0.0",
994994
"google-maps-isochrones": "0.1.0",
995995
"google-maps-isochrones+FILLER": "0.0.0",
996-
"google-maps-isochrones-v1": "0.0.1",
996+
"google-maps-isochrones-v1": "0.1.0",
997997
"google-maps-isochrones-v1+FILLER": "0.0.0",
998998
"google-shopping-css": "1.4.0",
999999
"google-shopping-css+FILLER": "0.0.0",

google-maps-isochrones-v1/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "isochrones",
99
"name_pretty": "Isochrones V1 API",
1010
"product_documentation": "https://developers.google.com/maps/documentation/isochrones/overview",
11-
"release_level": "unreleased",
11+
"release_level": "preview",
1212
"repo": "googleapis/google-cloud-ruby",
1313
"requires_billing": true,
1414
"ruby-cloud-description": "isochrones.googleapis.com API. Note that google-maps-isochrones-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-maps-isochrones instead. See the readme for more details.",
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Release History
1+
# Changelog
22

3+
### 0.1.0 (2026-07-06)
4+
5+
#### Features
6+
7+
* Initial generation of google-maps-isochrones-v1 ([#34698](https://github.com/googleapis/google-cloud-ruby/issues/34698))
8+
9+
## Release History

google-maps-isochrones-v1/lib/google/maps/isochrones/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Maps
2222
module Isochrones
2323
module V1
24-
VERSION = "0.0.1"
24+
VERSION = "0.1.0"
2525
end
2626
end
2727
end

google-maps-isochrones-v1/snippets/snippet_metadata_google.maps.isochrones.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-maps-isochrones-v1",
4-
"version": "",
4+
"version": "0.1.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)