Skip to content

Commit

Permalink
chore(main): release owlbot-postprocessor 0.9.7 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jun 11, 2024
1 parent 085dfda commit dfa30c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"owlbot-postprocessor": "0.9.6"
"owlbot-postprocessor": "0.9.7"
}
6 changes: 6 additions & 0 deletions owlbot-postprocessor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.9.7 (2024-06-11)

#### Bug Fixes

* Fix multi-wrapper dependencies that were broken when dropping Ruby 2.7 ([#328](https://github.com/googleapis/ruby-common-tools/issues/328))

### 0.9.6 (2024-04-05)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion owlbot-postprocessor/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.

module OwlBot
VERSION = "0.9.6"
VERSION = "0.9.7"
end

0 comments on commit dfa30c5

Please sign in to comment.