Skip to content

Commit 9e6bf64

Browse files
chore(main): release grafeas-v1 1.8.0
1 parent 2eb7bb2 commit 9e6bf64

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@
10391039
"google-shopping-merchant-reviews-v1beta+FILLER": "0.0.0",
10401040
"grafeas": "1.6.0",
10411041
"grafeas+FILLER": "0.0.0",
1042-
"grafeas-v1": "1.7.0",
1042+
"grafeas-v1": "1.8.0",
10431043
"grafeas-v1+FILLER": "0.0.0",
10441044
"help": "0.0.1",
10451045
"help+FILLER": "0.0.0",

grafeas-v1/CHANGELOG.md

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

3+
### 1.8.0 (2026-03-26)
4+
5+
#### Features
6+
7+
* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32842](https://github.com/googleapis/google-cloud-ruby/issues/32842))
8+
* Added line_number to FileLocation
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0
10+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
12+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
13+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
14+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))
15+
* upgrade protobuf from v25.7 to v31.0 ([#32822](https://github.com/googleapis/google-cloud-ruby/issues/32822))
16+
317
### 1.7.0 (2026-02-18)
418

519
#### Features

grafeas-v1/lib/grafeas/v1/version.rb

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

2020
module Grafeas
2121
module V1
22-
VERSION = "1.7.0"
22+
VERSION = "1.8.0"
2323
end
2424
end

0 commit comments

Comments
 (0)