Skip to content

Commit 6d1eca6

Browse files
committed
Version 0.4.1
1 parent 5114c61 commit 6d1eca6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
99

1010
## [Unreleased]
1111

12+
## [0.4.1] - 2018-05-26
13+
### Fixed
14+
- Diff ANSI stripping now works for codes with multiple tags, too
15+
1216
## [0.4.0] - 2018-05-26
1317
### Added
1418
- Add support for including STDOUT and STDERR from tests in the JUnit output (see ["Capturing output"] in the readme for details)

rspec_junit_formatter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "rspec_junit_formatter"
3-
s.version = "0.4.0"
3+
s.version = "0.4.1"
44
s.platform = Gem::Platform::RUBY
55
s.author = "Samuel Cochran"
66
s.email = "sj26@sj26.com"

0 commit comments

Comments
 (0)