Skip to content

Commit c5a73f4

Browse files
chore(main): release gapic-common 0.20.0 (#960)
1 parent 2d6d0a0 commit c5a73f4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"gapic": "0.1.0",
3-
"gapic-common": "0.19.1"
3+
"gapic-common": "0.20.0"
44
}

gapic-common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
### 0.20.0 (2023-08-31)
4+
5+
#### Features
6+
7+
* Add channel pooling for gapic clients ([#969](https://github.com/googleapis/gapic-generator-ruby/issues/969))
8+
* Add LRU hash ([#970](https://github.com/googleapis/gapic-generator-ruby/issues/970))
9+
#### Documentation
10+
11+
* Minor fixes to YARD documentation links and parameters ([#959](https://github.com/googleapis/gapic-generator-ruby/issues/959))
12+
313
### 0.19.1 (2023-05-30)
414

515
#### Bug Fixes

gapic-common/lib/gapic/common/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module Gapic
1616
module Common
17-
VERSION = "0.19.1".freeze
17+
VERSION = "0.20.0".freeze
1818
end
1919
end

0 commit comments

Comments
 (0)