From 3aed566b16c0a09e2b90ef8725b6d1ee162c5bf0 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 28 Sep 2021 16:28:35 -0700 Subject: [PATCH] chore: release owlbot-postprocessor 0.3.0 (#41) --- owlbot-postprocessor/CHANGELOG.md | 5 +++++ owlbot-postprocessor/lib/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/owlbot-postprocessor/CHANGELOG.md b/owlbot-postprocessor/CHANGELOG.md index 5924277..0be4752 100644 --- a/owlbot-postprocessor/CHANGELOG.md +++ b/owlbot-postprocessor/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.3.0](https://www.github.com/googleapis/ruby-common-tools/compare/owlbot-postprocessor/v0.2.4...owlbot-postprocessor/v0.3.0) (2021-09-28) + +* Provide a call to update the manifest after post-move changes ([9f7a5c3](https://www.github.com/googleapis/ruby-common-tools/commit/9f7a5c30e40de891dda369511124d8236e3d0a9c)) +* Handle symlinks correctly in the owlbot postprocessor ([bbe0e97](https://www.github.com/googleapis/ruby-common-tools/commit/bbe0e97a23b42d4562de1c622fa35c7edeb01b68)) + ## [0.2.4](https://www.github.com/googleapis/ruby-common-tools/compare/owlbot-postprocessor/v0.2.3...owlbot-postprocessor/v0.2.4) (2021-09-20) * Don't fail the postprocessor docker image if there's nothing to do ([cc927d0](https://www.github.com/googleapis/ruby-common-tools/commit/cc927d0287a8fcb307c461b7c8f434f91cafbffa)) diff --git a/owlbot-postprocessor/lib/version.rb b/owlbot-postprocessor/lib/version.rb index 3232343..438f402 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.2.4" + VERSION = "0.3.0" end