feat(all): Prepare 0.7.0 release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<pubDate>Sun, 21 May 2017 23:46:17 +0200</pubDate>
|
||||
|
||||
<guid>https://lettre.github.io/lettre/getting-started/intro/</guid>
|
||||
<description>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.
|
||||
<description>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) </description>
|
||||
</item>
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
<h1>Introduction</h1>
|
||||
|
||||
|
||||
<div class="notices note" ><p>This documentation is written for lettre 0.7, wich has not been released yet.
|
||||
<div class="notices note" ><p>This documentation is written for lettre 0.7.
|
||||
Please use <a href="https://docs.rs/lettre/0.6.2/lettre/">https://docs.rs/lettre/0.6.2/lettre/</a> for lettre 0.6.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<pubDate>Sun, 21 May 2017 23:46:17 +0200</pubDate>
|
||||
|
||||
<guid>https://lettre.github.io/lettre/getting-started/intro/</guid>
|
||||
<description>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.
|
||||
<description>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) </description>
|
||||
</item>
|
||||
|
||||
@@ -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": []
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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%}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user