Skip to content

Commit 5af2342

Browse files
chore: release owlbot-postprocessor 0.2.4 (#32)
1 parent cc927d0 commit 5af2342

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

owlbot-postprocessor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [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)
4+
5+
* Don't fail the postprocessor docker image if there's nothing to do ([cc927d0](https://www.github.com/googleapis/ruby-common-tools/commit/cc927d0287a8fcb307c461b7c8f434f91cafbffa))
6+
37
## [0.2.3](https://www.github.com/googleapis/ruby-common-tools/compare/owlbot-postprocessor/v0.2.2...owlbot-postprocessor/v0.2.3) (2021-09-20)
48

59
* Improve error messages for unexpected staging directory structure ([2b50ee8](https://www.github.com/googleapis/ruby-common-tools/commit/2b50ee8861d29e3a4ed04e1bb6a54a68c5b667bf))

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.2.3"
18+
VERSION = "0.2.4"
1919
end

0 commit comments

Comments
 (0)