Skip to content

Commit

Permalink
Rearrange markdown links
Browse files Browse the repository at this point in the history
It doesn't make sense to keep them all down the bottom and edit down
there for every new version.
  • Loading branch information
sj26 committed Jan 4, 2022
1 parent 4cc92d2 commit 357ac9c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,29 @@ 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.4.0...main

## [v0.5.0] - 2022-01-04
### Added
- Added support to read outside error count returned from XML formatter (#86)
### Changed
- 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

## [0.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

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

["Capturing output"]: https://github.com/sj26/rspec_junit_formatter#capturing-output

[Unreleased]: https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...main
[0.4.1]: https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...v0.4.1
[0.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

0 comments on commit 357ac9c

Please sign in to comment.