Skip to content

Commit

Permalink
Slather 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuther committed Mar 30, 2017
1 parent c035bff commit 8b95b25
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## v2.4.0

* Xcode 8.3 support.
[ksuther](https://github.com/ksuther)
[#291](https://github.com/SlatherOrg/slather/pull/291)
Expand All @@ -10,6 +12,18 @@
[ksuther](https://github.com/ksuther)
[#286](https://github.com/SlatherOrg/slather/pull/286)

* Automatically handle schemes with multiple build or test targets
[serges147](https://github.com/serges147)
[#275](https://github.com/SlatherOrg/slather/pull/275)

* Added TeamCity as a CI service option
[joshrlesch](https://github.com/joshrlesch)
[#279](https://github.com/SlatherOrg/slather/pull/279)

* Handle UTF-8 characters correctly in HTML reports
[0xced](https://github.com/0xced)
[#259](https://github.com/SlatherOrg/slather/pull/259)

* Fix hanging `xcodebuild` invocation when getting derived data path.
[arthurtoper](https://github.com/arthurtoper)
[#238](https://github.com/SlatherOrg/slather/pull/238), [#197](https://github.com/SlatherOrg/slather/issues/197), [#212](https://github.com/SlatherOrg/slather/issues/212), [#234](https://github.com/SlatherOrg/slather/issues/234)
Expand Down
2 changes: 1 addition & 1 deletion lib/slather/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Slather
VERSION = '2.3.0' unless defined?(Slather::VERSION)
VERSION = '2.4.0' unless defined?(Slather::VERSION)
end

0 comments on commit 8b95b25

Please sign in to comment.