Skip to content

Commit

Permalink
🔖 Bump version to 1.3.1, update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Sep 7, 2021
1 parent 8a22e50 commit 5c8ede4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5c8ede4

Please sign in to comment.