From 7e62b73da21e6263f9f0d4cc8bbd3ce9b1f980cd Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Fri, 11 Oct 2024 14:05:43 +0000 Subject: [PATCH 1/6] Set version to '1.34-preview' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index ae194883c..1e437534b 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.33-preview", + "version": "1.34-preview", "assemblyVersion": { "precision": "revision" }, From c0260b135330ba85c9a3499e0a2474d1ab7a27c4 Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Mon, 14 Oct 2024 08:46:04 +0000 Subject: [PATCH 2/6] chore: upgrade anglesharp.diffing to 1.0.0 --- Directory.Packages.props | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 9ea352b21..2fc9727ba 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -17,8 +17,7 @@ - - + @@ -38,7 +37,6 @@ - @@ -52,7 +50,6 @@ - From ee3e229206eb66614657342beafcc9f39dc0a848 Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Fri, 1 Nov 2024 09:23:14 +0100 Subject: [PATCH 3/6] chore: Upgrade packages to combat CVE in dependencies. Fixes #1593 --- CHANGELOG.md | 1 + Directory.Packages.props | 50 ++++++++++++++++++++-------------------- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 272a950da..954262f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ All notable changes to **bUnit** will be documented in this file. The project ad ### Fixed - Use latest `System.Text.Json` due to CVE in `8.0.4`. +- Fixed other packages that have a CVE like `Microsoft.Extensions.Caching.Memory`. Reported by [@polajenko](https://github.com/polajenko). Fixed by [@linkdotnet](https://github.com/linkdotnet). ## [1.32.7] - 2024-10-04 diff --git a/Directory.Packages.props b/Directory.Packages.props index 2fc9727ba..f54917fb8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -15,7 +15,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -85,29 +85,29 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -117,13 +117,13 @@ - + - + From 68b5bcf8b98bbc367f465ede69b1732182c4676a Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Fri, 1 Nov 2024 10:14:49 +0100 Subject: [PATCH 4/6] docs: Fixed changelog.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954262f77..05e273705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to **bUnit** will be documented in this file. The project ad ## [Unreleased] +### Fixed + +- Fixed other packages that have a CVE like `Microsoft.Extensions.Caching.Memory`. Reported by [@polajenko](https://github.com/polajenko). Fixed by [@linkdotnet](https://github.com/linkdotnet). + ## [1.33.3] - 2024-10-11 ### Added @@ -16,8 +20,6 @@ All notable changes to **bUnit** will be documented in this file. The project ad ### Fixed - Use latest `System.Text.Json` due to CVE in `8.0.4`. -- Fixed other packages that have a CVE like `Microsoft.Extensions.Caching.Memory`. Reported by [@polajenko](https://github.com/polajenko). Fixed by [@linkdotnet](https://github.com/linkdotnet). - ## [1.32.7] - 2024-10-04 ### Fixed From 0cff4c5ec5e45acb4444c3ddc175ac2ef2b1c58e Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Fri, 1 Nov 2024 09:16:28 +0000 Subject: [PATCH 5/6] Set version to '1.34' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 1e437534b..d1b1c399a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.34-preview", + "version": "1.34", "assemblyVersion": { "precision": "revision" }, From a0cfdc80e99a20983288fc16d5156d77ef61c1a5 Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Fri, 1 Nov 2024 09:33:08 +0000 Subject: [PATCH 6/6] Updated CHANGELOG.md for 1.34.0 release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e273705..8730a3dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad ## [Unreleased] +## [1.34.0] - 2024-11-01 + ### Fixed - Fixed other packages that have a CVE like `Microsoft.Extensions.Caching.Memory`. Reported by [@polajenko](https://github.com/polajenko). Fixed by [@linkdotnet](https://github.com/linkdotnet). @@ -20,6 +22,7 @@ All notable changes to **bUnit** will be documented in this file. The project ad ### Fixed - Use latest `System.Text.Json` due to CVE in `8.0.4`. + ## [1.32.7] - 2024-10-04 ### Fixed @@ -1408,7 +1411,8 @@ The latest version of the library is availble on NuGet: - **Wrong casing on keyboard event dispatch helpers.** The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`. -[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.33.3...HEAD +[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.34.0...HEAD +[1.34.0]: https://github.com/bUnit-dev/bUnit/compare/v1.33.3...v1.34.0 [1.33.3]: https://github.com/bUnit-dev/bUnit/compare/v1.32.7...1.33.3 [1.32.7]: https://github.com/bUnit-dev/bUnit/compare/v1.31.3...v1.32.7 [1.31.3]: https://github.com/bUnit-dev/bUnit/compare/v1.30.3...1.31.3