diff --git a/README.md b/README.md index e8b33ea..1d0cdc5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Lettre provides the following features: Released versions: * [latest](https://docs.rs/lettre/) +* [v0.7.0](https://docs.rs/lettre/0.7.0/lettre/) * [v0.6.2](https://docs.rs/lettre/0.6.2/lettre/) * [v0.6.1](https://docs.rs/lettre/0.6.1/lettre/) * [v0.6.0](https://docs.rs/lettre/0.6.0/lettre/) @@ -34,7 +35,7 @@ To use this library, add the following to your `Cargo.toml`: ```toml [dependencies] -lettre = "0.6" +lettre = "0.7" ``` ## Testing diff --git a/docs/getting-started/index.xml b/docs/getting-started/index.xml index 57e740a..97350f1 100644 --- a/docs/getting-started/index.xml +++ b/docs/getting-started/index.xml @@ -17,7 +17,7 @@ Sun, 21 May 2017 23:46:17 +0200 https://lettre.github.io/lettre/getting-started/intro/ - This documentation is written for lettre 0.7, wich has not been released yet. Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6. + This documentation is written for lettre 0.7. Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6. Lettre is an email library that allows creating and sending messages. It provides: An easy to use email builder Pluggable email transports Unicode support (for emails and transports, including for sender et recipient addresses when compatible) Secure defaults (emails are only sent encrypted by default) diff --git a/docs/getting-started/intro/index.html b/docs/getting-started/intro/index.html index 771d8ba..a75333a 100644 --- a/docs/getting-started/intro/index.html +++ b/docs/getting-started/intro/index.html @@ -268,7 +268,7 @@

Introduction

-

This documentation is written for lettre 0.7, wich has not been released yet. +

This documentation is written for lettre 0.7. Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6.

diff --git a/docs/index.xml b/docs/index.xml index edb009b..d0cadbb 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -17,7 +17,7 @@ Sun, 21 May 2017 23:46:17 +0200 https://lettre.github.io/lettre/getting-started/intro/ - This documentation is written for lettre 0.7, wich has not been released yet. Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6. + This documentation is written for lettre 0.7. Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6. Lettre is an email library that allows creating and sending messages. It provides: An easy to use email builder Pluggable email transports Unicode support (for emails and transports, including for sender et recipient addresses when compatible) Secure defaults (emails are only sent encrypted by default) diff --git a/docs/json/search.json b/docs/json/search.json index 4ee5dd9..7d67a62 100644 --- a/docs/json/search.json +++ b/docs/json/search.json @@ -14,7 +14,7 @@ { "uri": "/content/getting-started/intro", "title": "Introduction", - "content": "\n{{% notice note %}}\nThis documentation is written for lettre 0.7, wich has not been released yet.\nPlease use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6.\n{{% /notice%}}\n\nLettre is an email library that allows creating and sending messages. It provides:\n\nAn easy to use email builder\nPluggable email transports\nUnicode support (for emails and transports, including for sender et recipient addresses when compatible)\nSecure defaults (emails are only sent encrypted by default)\n", + "content": "\n{{% notice note %}}\nThis documentation is written for lettre 0.7.\nPlease use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6.\n{{% /notice%}}\n\nLettre is an email library that allows creating and sending messages. It provides:\n\nAn easy to use email builder\nPluggable email transports\nUnicode support (for emails and transports, including for sender et recipient addresses when compatible)\nSecure defaults (emails are only sent encrypted by default)\n", "tags": [] }, { diff --git a/lettre/CHANGELOG.md b/lettre/CHANGELOG.md index f12c1b1..338e7b7 100644 --- a/lettre/CHANGELOG.md +++ b/lettre/CHANGELOG.md @@ -1,3 +1,15 @@ +### v0.7.0 (2017-10-08) + +#### Features + +* **all** + * Split into the *lettre* and *lettre_email* crates + * A lot of small improvements + +* **smtp transport** + * Use *tls-native* instead of *openssl* + * Allow validating server certificate + ### v0.6.2 (2017-02-18) #### Features diff --git a/lettre_email/CHANGELOG.md b/lettre_email/CHANGELOG.md index ecceb74..8429413 100644 --- a/lettre_email/CHANGELOG.md +++ b/lettre_email/CHANGELOG.md @@ -1,3 +1,14 @@ +### v0.7.0 (2017-10-08) + +#### Features + +* **all** + * Split into the *lettre* and *lettre_email* crates + * A lot of small improvements + +* **email** + * Initial (incomplete) attachments support + ### v0.6.2 (2017-02-18) #### Features diff --git a/website/content/getting-started/intro.md b/website/content/getting-started/intro.md index 980c5c4..b0c776c 100644 --- a/website/content/getting-started/intro.md +++ b/website/content/getting-started/intro.md @@ -7,7 +7,7 @@ weight = 1 +++ {{% notice note %}} -This documentation is written for lettre 0.7, wich has not been released yet. +This documentation is written for lettre 0.7. Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6. {{% /notice%}}