chore(all): 0.9.3 release

This commit is contained in:
Alexis Mousset
2020-04-19 10:56:46 +02:00
parent 9b591ff932
commit 9f3458c9e6
5 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
<a name="v0.9.3"></a>
### v0.9.3 (2020-04-19)
#### Bug Fixes
* **all:**
* Fix compilation warnings ([9b591ff](https://github.com/lettre/lettre/commit/9b591ff932e35947f793aaaeec0e3f06e8818449))
* **email**
* Update `rust-email` to 0.0.21 ([eff4e169](https://github.com/lettre/lettre/commit/eff4e1693f5e65430b851707fdfd18046bc796e3))
<a name="v0.9.2"></a>
### v0.9.2 (2019-06-11)

View File

@@ -1,7 +1,7 @@
[package]
name = "lettre"
version = "0.9.2" # remember to update html_root_url
version = "0.9.3" # remember to update html_root_url
description = "Email client"
readme = "README.md"
homepage = "http://lettre.at"

View File

@@ -3,7 +3,7 @@
//! This mailer contains the available transports for your emails.
//!
#![doc(html_root_url = "https://docs.rs/lettre/0.9.2")]
#![doc(html_root_url = "https://docs.rs/lettre/0.9.3")]
#![deny(
missing_copy_implementations,
trivial_casts,

View File

@@ -1,7 +1,7 @@
[package]
name = "lettre_email"
version = "0.9.2" # remember to update html_root_url
version = "0.9.3" # remember to update html_root_url
description = "Email builder"
readme = "README.md"
homepage = "http://lettre.at"

View File

@@ -1,7 +1,7 @@
//! Lettre is a mailer written in Rust. lettre_email provides a simple email builder.
//!
#![doc(html_root_url = "https://docs.rs/lettre_email/0.9.2")]
#![doc(html_root_url = "https://docs.rs/lettre_email/0.9.3")]
#![deny(
missing_docs,
missing_debug_implementations,