What's Changed
* refactor: Move from `DataCapacities` to `rMQRVersions` by OUDON in https://github.com/OUDON/rmqrcode-python/pull/37
* refactor: Refactoring the rMQR class by OUDON in https://github.com/OUDON/rmqrcode-python/pull/39
* refactor: Change `qr_version` to instance variable of the `rMQR` class by OUDON in https://github.com/OUDON/rmqrcode-python/pull/41
* refactor: Split the rMQR class into the three classes rMQR, rMQROptimizer and rMQRCore by OUDON in https://github.com/OUDON/rmqrcode-python/pull/42
* doc: fix typo, wether -> whether by kianmeng in https://github.com/OUDON/rmqrcode-python/pull/43
* fix: generator polynomials by kikuchan in https://github.com/OUDON/rmqrcode-python/pull/48
* fix: format information bit position by kikuchan in https://github.com/OUDON/rmqrcode-python/pull/49
* Bumps version to v0.3.2 by OUDON in https://github.com/OUDON/rmqrcode-python/pull/50
New Contributors
* kianmeng made their first contribution in https://github.com/OUDON/rmqrcode-python/pull/43
* kikuchan made their first contribution in https://github.com/OUDON/rmqrcode-python/pull/48
**Full Changelog**: https://github.com/OUDON/rmqrcode-python/compare/v0.3.1...v0.3.2