Skip to content

Commit edcb8c8

Browse files
chore(main): release owlbot-postprocessor 0.9.12
1 parent 37cf5e9 commit edcb8c8

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

0 commit comments

Comments
 (0)