Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Sep 29, 2022
1 parent 49222dc commit 02c1756
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 21 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html

## [Unreleased]

[Unreleased]: https://github.com/sj26/rspec_junit_formatter/compare/v0.6.0...main

## [v0.6.0]
### Changed
- Restrict to Ruby 2.3+
### Fixed
- Fix handling of nil durations

[Unreleased]: https://github.com/sj26/rspec_junit_formatter/compare/v0.5.1...main
[v0.6.0]: https://github.com/sj26/rspec_junit_formatter/compare/v0.5.1...v0.6.0

## [v0.5.1] - 2022-01-06
### Fixed
- Fixed compatibility with older rubies

[0.5.1]: https://github.com/sj26/rspec_junit_formatter/compare/v0.5.0...v0.5.1
[v0.5.1]: https://github.com/sj26/rspec_junit_formatter/compare/v0.5.0...v0.5.1

## [v0.5.0] - 2022-01-04
### Added
Expand All @@ -26,19 +32,19 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
- Moved to GitHub Actions for CI
- Test on current Ruby and RSpec versions

[0.5.0]: https://github.com/sj26/rspec_junit_formatter/compare/v0.4.1...v0.5.0
[v0.5.0]: https://github.com/sj26/rspec_junit_formatter/compare/v0.4.1...v0.5.0

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

[0.4.1]: https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...v0.4.1
[v0.4.1]: https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...v0.4.1

## [0.4.0] - 2018-05-26
## [v0.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)
### Fixed
- When RSpec includes a diff in its output, strip out ANSI escape codes used to color it for shell display

[0.4.0]: https://github.com/sj26/rspec_junit_formatter/compare/v0.3.0...v0.4.0
[v0.4.0]: https://github.com/sj26/rspec_junit_formatter/compare/v0.3.0...v0.4.0
["Capturing output"]: https://github.com/sj26/rspec_junit_formatter#capturing-output
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:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_2_x.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec_junit_formatter (0.5.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)

GEM
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.5.1"
s.version = "0.6.0"
s.platform = Gem::Platform::RUBY
s.author = "Samuel Cochran"
s.email = "sj26@sj26.com"
Expand Down

0 comments on commit 02c1756

Please sign in to comment.