googleapis-common-protos-types 1.20.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eba88c3f524b318d8adf53b02f78002043cc06ea5e247e2eea08d4ff988c2270
4
- data.tar.gz: 43d23c1a23f65ce93769836c88c135cb4843583af4c195ab8cfc0bffeea844ee
3
+ metadata.gz: d10da08f027059057eea4d1df5978dcc5cf911342e20a1ba76aa8e71eac44d7c
4
+ data.tar.gz: e6319e7fdd565a245b890534bcdd4e5daba7ce8494f2061b8c2c47bb36490f1a
5
5
  SHA512:
6
- metadata.gz: 1b65d5eb8d6c420bbca2aa79922a806296ea87bf6469e5ddecff26ed50ae68127c899f12c4f44f0a49b3530dbd6baf56518104fbbcb19c20851221eb6d107fc2
7
- data.tar.gz: 73522cbc556411327f0d720dbd4ea5d4ae4e87b43484c310f8c1105aa17de934bbff0e18abf6c86cf3a70c0fc0bdfa08f7541e8e8f4d2b42c59035ae3e2c657a
6
+ metadata.gz: b8121f3e3697905d08126c69c613172b3da42ad2640febe3183a5a3193c35afe175adad50f4da4da9287e73a5b0cd6d21bfed0239e222af494677b436664e17e
7
+ data.tar.gz: 7c7b4a05dd37b32ce34f1a513f79fb364f311bc501928a88ec1a57c1cada41e114af2cb1f11ce5ade57aceb2ea7bfd2382670aa3f0311b83345f12ebfb59ff81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.21.0 (2025-09-04)
4
+
5
+ #### Features
6
+
7
+ * update minimum google-protobuf version to 4.26 ([#388](https://github.com/googleapis/common-protos-ruby/issues/388))
8
+
3
9
  ### 1.20.0 (2025-04-29)
4
10
 
5
11
  #### Features
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module CommonProtos
19
19
  module Types
20
- VERSION = "1.20.0".freeze
20
+ VERSION = "1.21.0".freeze
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googleapis-common-protos-types
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: google-protobuf
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
16
+ - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '3.18'
19
- - - "<"
20
- - !ruby/object:Gem::Version
21
- version: 5.a
18
+ version: '4.26'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: '3.18'
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 5.a
25
+ version: '4.26'
32
26
  description: Common protocol buffer types used by Google APIs
33
27
  email:
34
28
  - googleapis-packages@google.com
@@ -116,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
110
  - !ruby/object:Gem::Version
117
111
  version: '0'
118
112
  requirements: []
119
- rubygems_version: 3.6.8
113
+ rubygems_version: 3.6.9
120
114
  specification_version: 4
121
115
  summary: Common protocol buffer types used in Google APIs
122
116
  test_files: []