Skip to content

Commit

Permalink
🔖 Bump version to 1.3.2, update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed May 5, 2022
1 parent bf8ac04 commit 9ad35c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

### `1.future?` (2022/??/??)
### `1.3.2` (2022/05/05)

#### `core`

- Add the `Forge.shuffle(String): String` and `Forge.shuffle(Array<T>): Array<T>` methods

### `semantics`
#### `semantics`

- Add the `semantics` library providing some human readable fake Strings generation (names, lipsum, …)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ Contribution is fully welcome. Before submitting a Pull Request, please verify y

## Release History

### Latest Release: `1.3.1` (2021/09/07)
### Latest Release: `1.3.2` (2022/05/05)

#### `core`

- Fix some invalid regex forgeries (e.g.: `"[^a-z]+"` was not handled properly)
- Add the `Forge.shuffle(String): String` and `Forge.shuffle(Array<T>): Array<T>` methods

#### `junit5`
#### `semantics`

- Fix an error when a `ForgeConfiguration` was missing a `ForgeConfigurator`
- Add the `semantics` library providing some human readable fake Strings generation (names, lipsum, …)

## Donate

Expand Down
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
`maven-publish`
}

buildscript {
repositories {
google()
Expand Down

0 comments on commit 9ad35c1

Please sign in to comment.