Skip to content

Commit ba57d66

Browse files
chore(main): release google-maps-isochrones 0.1.0 (#34706)
* chore(main): release google-maps-isochrones 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 0e9b4ea commit ba57d66

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@
991991
"google-maps-fleet_engine-delivery-v1+FILLER": "0.0.0",
992992
"google-maps-fleet_engine-v1": "0.10.0",
993993
"google-maps-fleet_engine-v1+FILLER": "0.0.0",
994-
"google-maps-isochrones": "0.0.1",
994+
"google-maps-isochrones": "0.1.0",
995995
"google-maps-isochrones+FILLER": "0.0.0",
996996
"google-maps-isochrones-v1": "0.0.1",
997997
"google-maps-isochrones-v1+FILLER": "0.0.0",

google-maps-isochrones/.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 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.",
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 ([#34700](https://github.com/googleapis/google-cloud-ruby/issues/34700))
8+
9+
## Release History

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Maps
2222
module Isochrones
23-
VERSION = "0.0.1"
23+
VERSION = "0.1.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)