Skip to content

Commit ae52274

Browse files
chore(main): release google-maps-isochrones 0.1.0
1 parent 0e9b4ea commit ae52274

3 files changed

Lines changed: 10 additions & 3 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",
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-03)
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)