Skip to content

Commit 3e33784

Browse files
chore(main): release owlbot-postprocessor 0.10.0
1 parent b845ca4 commit 3e33784

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,3 +1,3 @@
11
{
2-
"owlbot-postprocessor": "0.9.14"
2+
"owlbot-postprocessor": "0.10.0"
33
}

owlbot-postprocessor/CHANGELOG.md

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

3+
### 0.10.0 (2025-07-16)
4+
5+
#### Features
6+
7+
* Updated required Ruby version to 3.1 ([#387](https://github.com/googleapis/ruby-common-tools/issues/387))
8+
39
### 0.9.14 (2025-02-13)
410

511
#### Bug Fixes

owlbot-postprocessor/lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616

1717
module OwlBot
18-
VERSION = "0.9.14"
18+
VERSION = "0.10.0"
1919
end

0 commit comments

Comments
 (0)