All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- feat: set custom User-Agent in API requests by @bjarn in #7
Full Changelog: https://github.com/lettermint/lettermint-python/compare/v1.0.1...v1.0.2
- build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in #5
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #1
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #2
- build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #4
- feat: add badges to README and update type hints in tests by @bjarn in #6
Full Changelog: https://github.com/lettermint/lettermint-python/compare/v1.0.0...v1.0.1
- Initial release
LettermintandAsyncLettermintclients for sync/async API access- Email endpoint with fluent builder interface
- Webhook signature verification
- Full type hints with
py.typedmarker - Support for Python 3.9+