Merge pull request #97 from amousset/bump-to-0.6.1
chore(all): Bump to v0.6.1
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,3 +1,19 @@
|
|||||||
|
### v0.6.1 (2016-10-19)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* **documentation**
|
||||||
|
* #91: Build seperate docs for each release
|
||||||
|
* #96: Add complete documentation information to README
|
||||||
|
|
||||||
|
#### Bugfixes
|
||||||
|
|
||||||
|
* **email**
|
||||||
|
* #85: Use address-list for "To", "From" etc.
|
||||||
|
|
||||||
|
* **tests**
|
||||||
|
* #93: Force building tests before coverage computing
|
||||||
|
|
||||||
### v0.6.0 (2016-05-05)
|
### v0.6.0 (2016-05-05)
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "lettre"
|
name = "lettre"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
description = "Email client"
|
description = "Email client"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
documentation = "https://lettre.github.io/lettre/"
|
documentation = "https://lettre.github.io/lettre/"
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ Lettre provides the following features:
|
|||||||
Released versions:
|
Released versions:
|
||||||
|
|
||||||
* [latest](https://lettre.github.io/lettre/)
|
* [latest](https://lettre.github.io/lettre/)
|
||||||
|
* [v0.6.1](https://lettre.github.io/lettre/v0.6.1/lettre/)
|
||||||
* [v0.6.0](https://lettre.github.io/lettre/v0.6.0/lettre/)
|
* [v0.6.0](https://lettre.github.io/lettre/v0.6.0/lettre/)
|
||||||
* [v0.5.1](https://lettre.github.io/lettre/v0.5.1/lettre/)
|
* [v0.5.1](https://lettre.github.io/lettre/v0.5.1/lettre/)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user