Skip to content

Commit 2d176b9

Browse files
committed
Merge branch 'release/9.0.0' into develop
2 parents 7030585 + 0d1dcc1 commit 2d176b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [vNext]
88

9+
## [9.0.0] / 2024-11-21
10+
- Removed usages of `BinaryFormatter`
11+
- Changed minimum framework from `net6.0` to `net8.0`
12+
913
## [8.1.4] / 2024-11-06
1014
- Fixed `build.schema.json` generation to use `allOf` for user and base type properties
1115

@@ -1174,7 +1178,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11741178
- Added CLT tasks for Git
11751179
- Fixed background color in console output
11761180

1177-
[vNext]: https://github.com/nuke-build/nuke/compare/8.1.4...HEAD
1181+
[vNext]: https://github.com/nuke-build/nuke/compare/9.0.0...HEAD
1182+
[9.0.0]: https://github.com/nuke-build/nuke/compare/8.1.4...9.0.0
11781183
[8.1.4]: https://github.com/nuke-build/nuke/compare/8.1.3...8.1.4
11791184
[8.1.3]: https://github.com/nuke-build/nuke/compare/8.1.2...8.1.3
11801185
[8.1.2]: https://github.com/nuke-build/nuke/compare/8.1.1...8.1.2

0 commit comments

Comments
 (0)