What's Changed
* feat: Implement dymamic versioning by s-vitaliy in https://github.com/lidatong/dataclasses-json/pull/454
* Fix: if field has custom decoder, schema takes it into account by deansg in https://github.com/lidatong/dataclasses-json/pull/462
* Add documentation for how to use with Numpy and Pandas by matt035343 in https://github.com/lidatong/dataclasses-json/pull/470
* Support for Counter objects by matt035343 in https://github.com/lidatong/dataclasses-json/pull/471
This release will not be available on PyPI as Poetry 1.6 no longer works with our Python 3.7 test suite. We will most likely remove Python 3.7 from the version matrix that is used to test commits, but keep the minimum version in `Requires-Python` set to >=3.7, as we still have around 4% of Py3.7 users. That said, dear Py3.7 users, please consider migrating to a newer Python version as Py3.7 is out of support and we will no longer provide patches or feature backports for it.
Next version of DCJ will be 0.6.0 and it **will still allow** Python 3.7, but we retain the right to remove support of 3.7 in any future minor release after 0.6.0.
**Full Changelog**: https://github.com/lidatong/dataclasses-json/compare/v0.5.14...v0.5.15