release 0.6.0

This commit is contained in:
keepcosmos 2016-11-06 15:55:29 +09:00
parent 688933ebd2
commit 6cd3196aff
3 changed files with 5 additions and 2 deletions

View File

@ -5,8 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased ## Unreleased
## [0.6.0] - 2016.11.06
### Added ### Added
- Add `httpoison_options` support to config - Add `httpoison_options` support to config
- Improve Title extractor
## [0.5.2] - 2016.08.19 ## [0.5.2] - 2016.08.19

View File

@ -14,7 +14,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
```elixir ```elixir
def deps do def deps do
[{:readability, "~> 0.5.0"}] [{:readability, "~> 0.6.0"}]
end end
``` ```

View File

@ -2,7 +2,7 @@ defmodule Readability.Mixfile do
@moduledoc """ @moduledoc """
""" """
@version "0.5.2" @version "0.6.0"
@description """ @description """
Readability library for extracting and curating articles. Readability library for extracting and curating articles.
""" """