Skip to content

Commit 1d5233c

Browse files
chore(main): release google-geo-type 1.0.0 (#366)
1 parent 0cd08d8 commit 1d5233c

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"google-apps-script-type+FILLER": "0.0.0",
66
"google-cloud-common": "1.8.0",
77
"google-cloud-common+FILLER": "0.0.0",
8-
"google-geo-type": "0.2.0",
8+
"google-geo-type": "1.0.0",
99
"google-geo-type+FILLER": "0.0.0",
1010
"google-shopping-type": "0.6.0",
1111
"google-shopping-type+FILLER": "0.0.0",

google-geo-type/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 1.0.0 (2025-03-14)
4+
5+
#### Features
6+
7+
* Bump version to 1.0.0 ([#371](https://github.com/googleapis/common-protos-ruby/issues/371))
8+
* Update minimum required Ruby to 3.0 ([#354](https://github.com/googleapis/common-protos-ruby/issues/354))
9+
310
### 0.2.0 (2024-06-11)
411

512
#### Features
@@ -19,4 +26,3 @@
1926
* Initial generation of google-geo-type ([#278](https://github.com/googleapis/common-protos-ruby/issues/278))
2027

2128
## Changelog
22-

google-geo-type/lib/google/geo/type/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
module Google
1818
module Geo
1919
module Type
20-
VERSION = "0.2.0".freeze
20+
VERSION = "1.0.0".freeze
2121
end
2222
end
2323
end

0 commit comments

Comments
 (0)