diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aca3a49..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.1" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bd5819e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [3.0.0](https://github.com/jcamp-code/RazorLight/compare/v2.3.1...v3.0.0) (2025-10-19) + + +### ⚠ BREAKING CHANGES + +* .NET 8.0 and 9.0 support and testing + +### ✨ Features + +* .NET 8.0 and 9.0 support and testing ([4fb2a0a](https://github.com/jcamp-code/RazorLight/commit/4fb2a0acf95806810f8ff5f9ff1a50c705107662)) +* .net9.0 support and testing ([b51e703](https://github.com/jcamp-code/RazorLight/commit/b51e703c26ace597f16951dea3f2b44e8117a322)) + + +### 🏡 Miscellaneous Chores + +* Begin process of renaming ([fc3480d](https://github.com/jcamp-code/RazorLight/commit/fc3480ddac727be10512f5c693ced7cdded3c1e2)) +* Revert .net 9.0 dependencies for .net 8.0 ([756bb6c](https://github.com/jcamp-code/RazorLight/commit/756bb6c953717ad7832296aa50c089afca53adf3)) +* Setup release-please ([d725975](https://github.com/jcamp-code/RazorLight/commit/d72597553b67ec54569846f54b480f6e7a70e210)) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c507230..7d7c237 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3.1 + 3.0.0