From 21976ade3f2a0d4a37752e27d91aeb4ffba01e66 Mon Sep 17 00:00:00 2001 From: John Campion Jr Date: Sun, 19 Oct 2025 19:44:23 -0400 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ src/Directory.Build.props | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aca3a494..d4f6f299 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 00000000..bd5819e2 --- /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 c5072308..7d7c237d 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3.1 + 3.0.0