*Changes since v1.0*
Features
* Command-line app
* Serialisation of [`decimal.Decimal`](https://docs.python.org/3/library/decimal.html#decimal.Decimal)
Improvements
* Don't copy list when serialising heterogeneous set
* Instance check of classes in `collections` is skipped if `collections` has not been imported
Miscellaneous
* Test with Python 3.7 - 3.13 (not 3.6) in CI
* Move project metadata to pyproject.toml
* Add more Trove classifiers
* Trusted publishing of package in CI
**Full Changelog**: https://github.com/EpicWink/dynamodb-serialise/compare/v1.0.0...v1.1.0b0