From 1c8b78066f38a3d79f50147aa5d66a6d388844a2 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 18 Feb 2017 18:28:36 +0100 Subject: [PATCH] feat(chore): Bump to v0.6.2 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- README.md | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8468e7..ddba820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### v0.6.2 (2017-02-18) + +#### Features + +* **all** + * Update uuid crate to 0.4 + * Update env-logger crate to 0.4 + * Update openssl crate to 0.9 + ### v0.6.1 (2016-10-19) #### Features diff --git a/Cargo.toml b/Cargo.toml index 8c279d9..329f2ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lettre" -version = "0.6.1" +version = "0.6.2" description = "Email client" readme = "README.md" documentation = "https://docs.rs/lettre/" diff --git a/README.md b/README.md index efd76eb..bb5af96 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Lettre provides the following features: Released versions: * [latest](https://docs.rs/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/) * [v0.5.1](https://docs.rs/lettre/0.5.1/lettre/)