Releases: a-rustacean/tempmail
Releases · a-rustacean/tempmail
v1.0.1
v1.0.0
What's Changed
- 🐛 Fix relative URL issue in get_attachment function by @Srylax in #1
- Update reqwest requirement from 0.11.18 to 0.12.0 by @dependabot in #2
New Contributors
- @Srylax made their first contribution in #1
- @dependabot made their first contribution in #2
Full Changelog: v0.2.4...v1.0.0
v0.2.4
What's Changed
- Added keywords in Cargo.toml
- Added categories in Cargo.toml
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Additions:
get_raw_messages
andexpand_raw_message
methods onTempmail
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
Additions:
- common trait implementation (
Send
,Sync
,PartialEq
, etc) on public struct (Domain
,Tempmail
,TempmailError
,TempmailMessage
,TempmailAttachment
)
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Version 0.2.0
In this release tokio was removed as a dependency