From 5c8ede4018d9d83162246d1f69ca1b75f1f5e9e6 Mon Sep 17 00:00:00 2001 From: Xavier Gouchet Date: Tue, 7 Sep 2021 09:00:57 +0200 Subject: [PATCH] :bookmark: Bump version to 1.3.1, update README and CHANGELOG --- CHANGELOG.md | 6 +++++- README.md | 15 ++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fdcb2..7c567d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -### `1.4.0` (????/??/??) +### `1.3.1` (2021/09/07) #### `core` - Fix some invalid regex forgeries (e.g.: `"[^a-z]+"` was not handled properly) +#### `junit5` + +- Fix an error when a `ForgeConfiguration` was missing a `ForgeConfigurator` + ### `1.3.0` (2021/04/14) #### `inject` diff --git a/README.md b/README.md index 0b29583..b564c8b 100644 --- a/README.md +++ b/README.md @@ -134,22 +134,15 @@ Contribution is fully welcome. Before submitting a Pull Request, please verify y ## Release History -### Latest Release: `1.3.0` (2021/04/14) +### Latest Release: `1.3.1` (2021/09/07) -#### `inject` +#### `core` -- Add a listener to the `ForgeryInjector` to be notified when an injection happens -- Allow advanced forgery injections using `@PairForgery` - -#### `junit4` - -- Make the error message more verbose +- Fix some invalid regex forgeries (e.g.: `"[^a-z]+"` was not handled properly) #### `junit5` -- Make the error message more verbose -- Allow advanced forgery injections using `@PairForgery` -- Add the forge to the global extension context store (use the `ForgeExtension.getForge(ExtensionContext)` method to retrieve it) +- Fix an error when a `ForgeConfiguration` was missing a `ForgeConfigurator` ## Donate