This release includes the following changes:
* Synchronized the dictionaries for name generation with Moby v24. See https://github.com/toshihikoyanase/mong/pull/36.
* The package type information was included to check the type of user code. See https://github.com/toshihikoyanase/mong/pull/32.
* Updated supported Python versions:
* Dropped: 3.5, 3.6, 3.7
* Added: 3.9, 3.10, 3.11, 3.12, 3.13
What's Changed
* Add GitHub Action to publish Python package. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/26
* Remove on-push-branch from pypi-publish.yml. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/27
* Add args to docstring. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/28
* Bump up version to `0.0.3a`. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/29
* Add support for Python 3.9. Drop support for Python 3.5. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/30
* Add wheel package release. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/31
* Add a marker file of PEP 561 compliant. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/32
* Bump up version to `0.0.3a2` by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/33
* Remove `codecov` token. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/34
* Update Python and GitHub Actions by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/35
* Sync with moby v24 changes by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/36
* Bump up version to 0.0.3a3 by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/37
* Update GitHub Actions and support Python versions. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/38
* Add third party licenses by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/39
* Follow recent coding style by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/40
* Temporarily disable attestations by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/41
* Bump up version to 0.0.3 by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/42
* Add `setuptools` to publish package. by toshihikoyanase in https://github.com/toshihikoyanase/mong/pull/43
**Full Changelog**: https://github.com/toshihikoyanase/mong/compare/v0.0.2...v0.0.3