File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,29 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
88 [ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
99
1010## [ Unreleased]
11+
12+ [ Unreleased ] : https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...main
13+
14+ ## [ v0.5.0] - 2022-01-04
1115### Added
1216- Added support to read outside error count returned from XML formatter (#86 )
1317### Changed
1418- Moved to GitHub Actions for CI
1519- Test on current Ruby and RSpec versions
1620
21+ [ 0.5.0 ] : https://github.com/sj26/rspec_junit_formatter/compare/v0.4.1...v0.5.0
22+
1723## [ 0.4.1] - 2018-05-26
1824### Fixed
1925- Diff ANSI stripping now works for codes with multiple tags, too
2026
27+ [ 0.4.1 ] : https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...v0.4.1
28+
2129## [ 0.4.0] - 2018-05-26
2230### Added
2331- Add support for including STDOUT and STDERR from tests in the JUnit output (see [ "Capturing output"] in the readme for details)
2432### Fixed
2533- When RSpec includes a diff in its output, strip out ANSI escape codes used to color it for shell display
2634
27- [ "Capturing output" ] : https://github.com/sj26/rspec_junit_formatter#capturing-output
28-
29- [ Unreleased ] : https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...main
30- [ 0.4.1 ] : https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...v0.4.1
3135 [ 0.4.0 ] : https://github.com/sj26/rspec_junit_formatter/compare/v0.3.0...v0.4.0
36+ [ "Capturing output" ] : https://github.com/sj26/rspec_junit_formatter#capturing-output
You can’t perform that action at this time.
0 commit comments