From dfa30c5bd60899e58b673c5e29f0f2124cbf0e16 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:37:39 -0700 Subject: [PATCH] chore(main): release owlbot-postprocessor 0.9.7 (#329) --- .release-please-manifest.json | 2 +- owlbot-postprocessor/CHANGELOG.md | 6 ++++++ owlbot-postprocessor/lib/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 108121f..d075ff0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "owlbot-postprocessor": "0.9.6" + "owlbot-postprocessor": "0.9.7" } diff --git a/owlbot-postprocessor/CHANGELOG.md b/owlbot-postprocessor/CHANGELOG.md index 8586846..96249b8 100644 --- a/owlbot-postprocessor/CHANGELOG.md +++ b/owlbot-postprocessor/CHANGELOG.md @@ -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 diff --git a/owlbot-postprocessor/lib/version.rb b/owlbot-postprocessor/lib/version.rb index 4cfa953..f4501b5 100644 --- a/owlbot-postprocessor/lib/version.rb +++ b/owlbot-postprocessor/lib/version.rb @@ -15,5 +15,5 @@ # limitations under the License. module OwlBot - VERSION = "0.9.6" + VERSION = "0.9.7" end