File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "gapic" : " 0.1.0" ,
3- "gapic-common" : " 0.19.1 "
3+ "gapic-common" : " 0.20.0 "
44}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1414
1515module Gapic
1616 module Common
17- VERSION = "0.19.1 " . freeze
17+ VERSION = "0.20.0 " . freeze
1818 end
1919end
You can’t perform that action at this time.
0 commit comments