Skip to content

Commit

Permalink
Bump version to v0.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Nov 25, 2024
1 parent f664f90 commit 2782f5c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ The format is based on [Keep a Changelog], and this project adheres to
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## [0.2.6] - 2024-11-25

### Added

- Added a suggested `go test` command for re-running a failed test without
blessing it. There is nothing specific to Aureus about this command, but it's
useful considering the `-run` flag's pattern syntax can make it tricky to
isolate a single test.

### Changed

- `-aureus.bless` now prevents the blessed test from being marked as a failure.
This means you don't see the output of the test, so the `go test` command that
is suggested when a test may be blessed now includes `-v`.
- Suggested `go test` commands now include `-count 1` to prevent the test cache
from preventing a re-run of the test, even if the input or output files have
changed.
- A passing test now renders the golden file in dim yellow ("gold") color.
Failed tests continue to use a colorized diff.
- Changed how suggested commands are rendered to make them occupy less visual
space.

### Fixed

- Fixed issue that could cause loss of trailing characters of fenced code blocks
when blessing markdown tests.

## [0.2.5] - 2024-11-19

### Fixed
Expand Down Expand Up @@ -92,6 +119,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[0.2.3]: https://github.com/dogmatiq/aureus/releases/tag/v0.2.3
[0.2.4]: https://github.com/dogmatiq/aureus/releases/tag/v0.2.4
[0.2.5]: https://github.com/dogmatiq/aureus/releases/tag/v0.2.5
[0.2.6]: https://github.com/dogmatiq/aureus/releases/tag/v0.2.6

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down

0 comments on commit 2782f5c

Please sign in to comment.