Skip to content

Commit

Permalink
Merge pull request #245 from manicmaniac/release/0.4.0
Browse files Browse the repository at this point in the history
Bump version to 0.4.0
  • Loading branch information
manicmaniac authored Aug 28, 2024
2 parents 4cf3280 + 4ad6b43 commit 7f83dfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master

## 0.4.0

- Add support for passing custom `xcodebuild` arguments via `build_args` in `scan` method by @Xopoko in #242
- Add Ruby 3.3 to test matrix by @manicmaniac in #239

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-periphery (0.3.1)
danger-periphery (0.4.0)
danger-plugin-api (~> 1.0)
rubyzip (~> 2.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/danger_periphery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DangerPeriphery
VERSION = '0.3.1'
VERSION = '0.4.0'
end

0 comments on commit 7f83dfb

Please sign in to comment.