Skip to content

Commit 357ac9c

Browse files
committed
Rearrange markdown links
It doesn't make sense to keep them all down the bottom and edit down there for every new version.
1 parent 4cc92d2 commit 357ac9c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)