Skip to content

Commit 7df0670

Browse files
authored
Merge pull request #9 from increments/release-v0.3.0
Release v0.3.0
2 parents 4baff31 + 2e18a66 commit 7df0670

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## Unreleased
2+
3+
## 0.3.0
4+
- Fix a bug that deploy pr messages trigger other actions also
5+
- Warn when deployment pull request includes database migration
6+
- Refactor CreateDeployPullRequest
27
- Add `search issues` command
38
- Support test on GitHub Actions
49
- Add rubocop, rubocop-rake, rubocop-performance, rubocop-rspec gems

lib/ruboty/github/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Ruboty
44
module Github
5-
VERSION = '0.2.3'
5+
VERSION = '0.3.0'
66
end
77
end

0 commit comments

Comments
 (0)