Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed May 30, 2018
1 parent 5114c61 commit 6d1eca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic

## [Unreleased]

## [0.4.1] - 2018-05-26
### Fixed
- Diff ANSI stripping now works for codes with multiple tags, too

## [0.4.0] - 2018-05-26
### Added
- Add support for including STDOUT and STDERR from tests in the JUnit output (see ["Capturing output"] in the readme for details)
Expand Down
2 changes: 1 addition & 1 deletion rspec_junit_formatter.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rspec_junit_formatter"
s.version = "0.4.0"
s.version = "0.4.1"
s.platform = Gem::Platform::RUBY
s.author = "Samuel Cochran"
s.email = "[email protected]"
Expand Down

0 comments on commit 6d1eca6

Please sign in to comment.