Skip to content

Commit 42206c0

Browse files
chore(main): release owlbot-postprocessor 0.9.13 (#366)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c554168 commit 42206c0

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.12"
2+
"owlbot-postprocessor": "0.9.13"
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.13 (2025-02-05)
4+
5+
#### Bug Fixes
6+
7+
* Another multiwrapper Gemfile fix ([#365](https://github.com/googleapis/ruby-common-tools/issues/365))
8+
39
### 0.9.12 (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.12"
18+
VERSION = "0.9.13"
1919
end

0 commit comments

Comments
 (0)