We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9325c8 commit 900ceb5Copy full SHA for 900ceb5
.release-please-manifest.json
@@ -1,4 +1,4 @@
1
{
2
"gapic": "0.1.0",
3
- "gapic-common": "0.20.0"
+ "gapic-common": "0.21.0"
4
}
gapic-common/CHANGELOG.md
@@ -1,5 +1,12 @@
# Release History
+### 0.21.0 (2023-12-13)
+
5
+#### Features
6
7
+* Drop support for Ruby 2.6 ([#1009](https://github.com/googleapis/gapic-generator-ruby/issues/1009))
8
+* Honor universe domain in stubs ([#1008](https://github.com/googleapis/gapic-generator-ruby/issues/1008))
9
10
### 0.20.0 (2023-08-31)
11
12
#### Features
gapic-common/lib/gapic/common/version.rb
@@ -14,6 +14,6 @@
14
15
module Gapic
16
module Common
17
- VERSION = "0.20.0".freeze
+ VERSION = "0.21.0".freeze
18
end
19
0 commit comments