Skip to content

Commit 3eca541

Browse files
chore(main): release owlbot-postprocessor 0.9.14 (#373)
1 parent 68b7997 commit 3eca541

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-
"owlbot-postprocessor": "0.9.13"
2+
"owlbot-postprocessor": "0.9.14"
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.9.14 (2025-02-13)
4+
5+
#### Bug Fixes
6+
7+
* Update Ruby version and fix repeated references in multiwrapper readmes ([#372](https://github.com/googleapis/ruby-common-tools/issues/372))
8+
39
### 0.9.13 (2025-02-05)
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.13"
18+
VERSION = "0.9.14"
1919
end

0 commit comments

Comments
 (0)