Skip to content

Commit 16b22fb

Browse files
chore(main): release google-style 1.30.0 (#75)
1 parent 9771974 commit 16b22fb

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.27.1"
2+
".": "1.30.0"
33
}

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+
### 1.30.0 (2024-04-24)
4+
5+
#### Features
6+
7+
* Require Ruby 3.0 and support new checks as of Rubocop 1.63 ([#74](https://github.com/googleapis/ruby-style/issues/74))
8+
39
### 1.27.1 (2024-01-20)
410

511
#### Bug Fixes

lib/google/style/version.rb

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

1717
module Google
1818
module Style
19-
VERSION = "1.27.1"
19+
VERSION = "1.30.0"
2020
end
2121
end

0 commit comments

Comments
 (0)