Version 0.6.0 : multiplications and crossword generators
New Features
- Generate short multiplications and its doubly true variant.
- Generate long multiplications.
- Generate crosswords.
- Extend the cryptarithm collection.
What's Changed
- Fix heavy constraint of card. member by @arnaud-m in #89
- Generate cross number puzzles based on a words list by @arnaud-m in #90
- Update copyrights by @arnaud-m in #104
- Add tests that solve crossword puzzles by @arnaud-m in #105
- raise_error_for_word_WS_word by @margauxschmied in #106
- Generate multiplications based on a words list by @arnaud-m in #110
- Extend the cryptarithm database by @arnaud-m in #112
- Generate long multiplications based on a words list by @arnaud-m in #115
- Update to choco 4.10.11 by @arnaud-m in #116
- Refactor generation models by @arnaud-m in #120
- Add variants in the database by @arnaud-m in #124
- Check code coverage and good practices by @arnaud-m in #128
What's Updated
- Bump icu4j from 69.1 to 72.1 by @dependabot in #95
- Bump jackson-databind from 2.13.0 to 2.14.1 by @dependabot in #98
- Bump slf4j-nop from 1.7.32 to 2.0.6 by @dependabot in #99
- Bump maven-compiler-plugin from 3.8.1 to 3.10.1 by @dependabot in #94
- Bump maven-assembly-plugin from 3.3.0 to 3.4.2 by @dependabot in #101
- Bump license-maven-plugin from 3.0 to 4.1 by @dependabot in #93
- Bump maven-jar-plugin from 3.2.0 to 3.3.0 by @dependabot in #97
- Bump jackson-databind from 2.14.1 to 2.14.2 by @dependabot in #111
- Bump antlr4-runtime from 4.9.2 to 4.12.0 by @dependabot in #119
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #127
- Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by @dependabot in #126
New Contributors
- @dependabot made their first contribution in #95
Full Changelog: v0.5.1...v0.6.0