Skip to content

Commit

Permalink
chore: CHANGELOG.md for 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Jan 17, 2024
1 parent 985de83 commit 7066bbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [vNext]

## [8.0.0] / 2024-01-17
- Changed string parameters to violate requirement when empty or whitespace
- Added on-demand value injection using `OnDemandAttribute` and `OnDemandValueInjectionAttribute`
- Added `AbsolutePath` division operator for `..` range expression
Expand Down Expand Up @@ -1125,7 +1127,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added CLT tasks for Git
- Fixed background color in console output

[vNext]: https://github.com/nuke-build/nuke/compare/7.0.6...HEAD
[vNext]: https://github.com/nuke-build/nuke/compare/8.0.0...HEAD
[8.0.0]: https://github.com/nuke-build/nuke/compare/7.0.6...8.0.0
[7.0.6]: https://github.com/nuke-build/nuke/compare/7.0.5...7.0.6
[7.0.5]: https://github.com/nuke-build/nuke/compare/7.0.4...7.0.5
[7.0.4]: https://github.com/nuke-build/nuke/compare/7.0.3...7.0.4
Expand Down

0 comments on commit 7066bbe

Please sign in to comment.