Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.78 KB

File metadata and controls

44 lines (28 loc) · 1.78 KB

Changelog

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.

v1.0.2 - 2025-12-23

What's Changed

  • 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

v1.0.1 - 2025-12-23

What's Changed

  • 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

New Contributors

  • @dependabot[bot] made their first contribution in #5
  • @bjarn made their first contribution in #6

Full Changelog: https://github.com/lettermint/lettermint-python/compare/v1.0.0...v1.0.1

[Unreleased]

[0.1.0] - 2024-01-01

Added

  • Initial release
  • Lettermint and AsyncLettermint clients for sync/async API access
  • Email endpoint with fluent builder interface
  • Webhook signature verification
  • Full type hints with py.typed marker
  • Support for Python 3.9+