Skip to content

Commit 17e9391

Browse files
chore: release owlbot-postprocessor 0.2.3 (#29)
1 parent 1817085 commit 17e9391

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

owlbot-postprocessor/CHANGELOG.md

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

3+
## [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)
4+
5+
* Improve error messages for unexpected staging directory structure ([2b50ee8](https://www.github.com/googleapis/ruby-common-tools/commit/2b50ee8861d29e3a4ed04e1bb6a54a68c5b667bf))
6+
* Support owlbot runs that modify multiple gems ([1817085](https://www.github.com/googleapis/ruby-common-tools/commit/181708544f7e676b6e0bc1e7785c378a879a7cde))
7+
38
## [0.2.2](https://www.github.com/googleapis/ruby-common-tools/compare/owlbot-postprocessor/v0.2.1...owlbot-postprocessor/v0.2.2) (2021-09-18)
49

510
* Ensure manifest files end with a newline ([96cfa79](https://www.github.com/googleapis/ruby-common-tools/commit/96cfa7983c17f32bfdfddf23344bed5b44f1bd9c))

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

0 commit comments

Comments
 (0)