Prepare 0.9.5 release

This commit is contained in:
Alexis Mousset
2020-11-11 17:38:03 +01:00
parent 1c4a630833
commit f2c9c41cfe
3 changed files with 9 additions and 4 deletions

View File

@@ -1,11 +1,16 @@
<a name="v0.9.4"></a>
### v0.9.4 (2020-11-11)
<a name="v0.9.5"></a>
### v0.9.5 (2020-11-11)
#### Bug Fixes
* **transport**
* **SECURITY**: Prevent argument injection in sendmail transport
<a name="v0.9.4"></a>
### v0.9.4 (2020-04-21)
#### Bug Fixes
* **email**
* Go back to `rust-email` 0.0.20 as upgrade broke message formatting ([6a40f4a](https://github.com/lettre/lettre/commit/6a40f4a)

View File

@@ -1,7 +1,7 @@
[package]
name = "lettre"
version = "0.9.4" # remember to update html_root_url
version = "0.9.5" # 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.4")]
#![doc(html_root_url = "https://docs.rs/lettre/0.9.5")]
#![deny(
missing_copy_implementations,
trivial_casts,