From a95c4bea4c4a0b0b15c0e13df241e0a32e173796 Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Fri, 11 Oct 2024 14:15:33 +0000 Subject: [PATCH] Updated CHANGELOG.md for 1.33.3 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a852770f..272a950da 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.33.3] - 2024-10-11 + ### Added - `bunit.generators` respect parameters from the base class. @@ -1403,7 +1405,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.32.7...HEAD +[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.33.3...HEAD +[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 [1.30.3]: https://github.com/bUnit-dev/bUnit/compare/v1.29.5...v1.30.3