From bd752daf85b64eddfe8be7abff1a15ac81a682d5 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 31 Mar 2018 20:38:40 +0200 Subject: [PATCH] Prepare 0.8 release --- README.md | 7 +- docs/404.html | 16 +- docs/categories/index.html | 593 ++++++++++++++++++++++ docs/creating-messages/email/index.html | 50 +- docs/creating-messages/index.html | 50 +- docs/getting-started/index.html | 50 +- docs/getting-started/index.xml | 2 +- docs/getting-started/intro/index.html | 54 +- docs/index.json | 2 +- docs/index.xml | 2 +- docs/sending-messages/file/index.html | 50 +- docs/sending-messages/index.html | 50 +- docs/sending-messages/intro/index.html | 50 +- docs/sending-messages/sendmail/index.html | 50 +- docs/sending-messages/smtp/index.html | 50 +- docs/sending-messages/stub/index.html | 50 +- docs/tags/index.html | 593 ++++++++++++++++++++++ website/content/getting-started/intro.md | 4 +- 18 files changed, 1456 insertions(+), 267 deletions(-) create mode 100644 docs/categories/index.html create mode 100644 docs/tags/index.html diff --git a/README.md b/README.md index 6bc77d2..d089252 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # lettre + [![Build Status](https://travis-ci.org/lettre/lettre.svg?branch=master)](https://travis-ci.org/lettre/lettre) [![Build status](https://ci.appveyor.com/api/projects/status/mpwglemugjtkps2d/branch/master?svg=true)](https://ci.appveyor.com/project/amousset/lettre/branch/master) [![Crate](https://img.shields.io/crates/v/lettre.svg)](https://crates.io/crates/lettre) @@ -61,6 +62,7 @@ fn main() { Released versions: * [latest](https://docs.rs/lettre/) +* [v0.8.0](https://docs.rs/lettre/0.8.0/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/) @@ -74,12 +76,13 @@ To use this library, add the following to your `Cargo.toml`: ```toml [dependencies] -lettre = "0.7" +lettre = "0.8" +lettre_email = "0.8" ``` ## Testing -The tests require an open mail server listening locally on port 2525 and the `sendmail` command. +The `lettre` tests require an open mail server listening locally on port 2525 and the `sendmail` command. ## Code of conduct diff --git a/docs/404.html b/docs/404.html index 6488c03..ca07d29 100644 --- a/docs/404.html +++ b/docs/404.html @@ -9,14 +9,14 @@ 404 Page not found - - - - - - - - + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+ + + + +
+
+ +
+
+ + +
+
+ + + +
+ +

Categories

+ + + + + + + +
+ +
+ + +
+
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/creating-messages/email/index.html b/docs/creating-messages/email/index.html index 742b997..88c2588 100644 --- a/docs/creating-messages/email/index.html +++ b/docs/creating-messages/email/index.html @@ -3,7 +3,7 @@ - + @@ -12,17 +12,17 @@ Email creation :: Lettre site - - - - - - - - + + + + + + + + - + + + + + + + + + + +
+
+
+ +
+
+ + + + +
+
+ +
+
+ + +
+
+ + + +
+ +

Tags

+ + + + + + + +
+ +
+ + +
+
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/website/content/getting-started/intro.md b/website/content/getting-started/intro.md index b0c776c..8db4379 100644 --- a/website/content/getting-started/intro.md +++ b/website/content/getting-started/intro.md @@ -7,8 +7,8 @@ weight = 1 +++ {{% notice note %}} -This documentation is written for lettre 0.7. -Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6. +This documentation is written for lettre 0.8. +Please use https://docs.rs/lettre/0.7.0/lettre/ for lettre 0.7. {{% /notice%}} Lettre is an email library that allows creating and sending messages. It provides: