Skip to content

Commit bd69e52

Browse files
chore(main): release gapic-common 0.18.0 (#929)
1 parent f1c2e73 commit bd69e52

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.17.1"
3+
"gapic-common": "0.18.0"
44
}

gapic-common/CHANGELOG.md

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

3+
### 0.18.0 (2023-02-27)
4+
5+
#### Features
6+
7+
* add alias for details field in Rest Error ([#928](https://github.com/googleapis/gapic-generator-ruby/issues/928))
8+
39
### 0.17.1 (2023-02-09)
410

511
#### 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.17.1".freeze
17+
VERSION = "0.18.0".freeze
1818
end
1919
end

0 commit comments

Comments
 (0)