Skip to content

Commit

Permalink
chore(main): release gapic-common 0.20.0 (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 5, 2023
1 parent 2d6d0a0 commit c5a73f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"gapic": "0.1.0",
"gapic-common": "0.19.1"
"gapic-common": "0.20.0"
}
10 changes: 10 additions & 0 deletions gapic-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

### 0.20.0 (2023-08-31)

#### Features

* Add channel pooling for gapic clients ([#969](https://github.com/googleapis/gapic-generator-ruby/issues/969))
* Add LRU hash ([#970](https://github.com/googleapis/gapic-generator-ruby/issues/970))
#### Documentation

* Minor fixes to YARD documentation links and parameters ([#959](https://github.com/googleapis/gapic-generator-ruby/issues/959))

### 0.19.1 (2023-05-30)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion gapic-common/lib/gapic/common/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

module Gapic
module Common
VERSION = "0.19.1".freeze
VERSION = "0.20.0".freeze
end
end

0 comments on commit c5a73f4

Please sign in to comment.