v1.0.0
What's Changed
- Use random module to produce an actually unique file name by @Lukas0907 in #30
- Fix compatibility with Python 3.10 by @nblock in #31
- Clarify when
outbox
is created by @marksteward in #34 - Fix misssing last letter in package name by @WAKayser in #47
- Upgrade black to fix conflict with Click 8.1 by @sr-verde in #44
- Upgrade dependencies & drop Python 3.6 support by @greyli in #48
- Fix Test PyPI action by @greyli in #49
- fix smtp compatibility with python 3.12 by @WAKayser in #54
- Support passing from_email in tuple format by @greyli in #57
- Test against Python 3.12 & Release 1.0.0 by @greyli in #59
New Contributors
- @Lukas0907 made their first contribution in #30
- @nblock made their first contribution in #31
- @marksteward made their first contribution in #34
- @WAKayser made their first contribution in #47
- @sr-verde made their first contribution in #44
- @greyli made their first contribution in #48
Full Changelog: v0.3.0...v1.0.0