Prepare 0.11.3 (#929)
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,3 +1,21 @@
|
|||||||
|
<a name="v0.11.3"></a>
|
||||||
|
### v0.11.3 (2024-01-02)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* Derive `Clone` for `FileTransport` and `AsyncFileTransport` ([#924])
|
||||||
|
* Derive `Debug` for `SmtpTransport` ([#925])
|
||||||
|
|
||||||
|
#### Misc
|
||||||
|
|
||||||
|
* Upgrade `rustls` to v0.22 ([#921])
|
||||||
|
* Drop once_cell dependency in favor of OnceLock from std ([#928])
|
||||||
|
|
||||||
|
[#921]: https://github.com/lettre/lettre/pull/921
|
||||||
|
[#924]: https://github.com/lettre/lettre/pull/924
|
||||||
|
[#925]: https://github.com/lettre/lettre/pull/925
|
||||||
|
[#928]: https://github.com/lettre/lettre/pull/928
|
||||||
|
|
||||||
<a name="v0.11.2"></a>
|
<a name="v0.11.2"></a>
|
||||||
### v0.11.2 (2023-11-23)
|
### v0.11.2 (2023-11-23)
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lettre"
|
name = "lettre"
|
||||||
# remember to update html_root_url and README.md (Cargo.toml example and deps.rs badge)
|
# remember to update html_root_url and README.md (Cargo.toml example and deps.rs badge)
|
||||||
version = "0.11.2"
|
version = "0.11.3"
|
||||||
description = "Email client"
|
description = "Email client"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://lettre.rs"
|
homepage = "https://lettre.rs"
|
||||||
|
|||||||
@@ -28,8 +28,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://deps.rs/crate/lettre/0.11.2">
|
<a href="https://deps.rs/crate/lettre/0.11.3">
|
||||||
<img src="https://deps.rs/crate/lettre/0.11.2/status.svg"
|
<img src="https://deps.rs/crate/lettre/0.11.3/status.svg"
|
||||||
alt="dependency status" />
|
alt="dependency status" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
//! [mime 0.3]: https://docs.rs/mime/0.3
|
//! [mime 0.3]: https://docs.rs/mime/0.3
|
||||||
//! [DKIM]: https://datatracker.ietf.org/doc/html/rfc6376
|
//! [DKIM]: https://datatracker.ietf.org/doc/html/rfc6376
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/crate/lettre/0.11.2")]
|
#![doc(html_root_url = "https://docs.rs/crate/lettre/0.11.3")]
|
||||||
#![doc(html_favicon_url = "https://lettre.rs/favicon.ico")]
|
#![doc(html_favicon_url = "https://lettre.rs/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/15113230?v=4")]
|
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/15113230?v=4")]
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
|
|||||||
Reference in New Issue
Block a user