Skip to content

Commit

Permalink
Merge branch 'release/8.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Sep 10, 2024
2 parents 67fbf51 + f389c17 commit bd9350f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ project {
text (
"env.SignPathSettings",
label = "SignPathSettings",
value = "",
value = "SignPathSettings { OrganizationId = 0fdaf334-6910-41f4-83d2-e58e4cccb087, ProjectSlug = nuke, PolicySlug = release-signing }",
allowEmpty = true,
display = ParameterDisplay.NORMAL)
text (
Expand Down
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.1.0] / 2024-09-10
- Added schema generation with references for `build.schema.json`
- Added deserialization of full objects from `parameters.json`
- Added `AbsolutePath` extension methods for `AddUnixSymlink`, `Copy*`, `Move*`, `Rename*`
Expand Down Expand Up @@ -1148,7 +1150,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/8.0.0...HEAD
[vNext]: https://github.com/nuke-build/nuke/compare/8.1.0...HEAD
[8.1.0]: https://github.com/nuke-build/nuke/compare/8.0.0...8.1.0
[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
Expand Down

0 comments on commit bd9350f

Please sign in to comment.