From 3216848a0eb919138d4cfd2c4bd9327af4f88c1c Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Thu, 27 Sep 2018 21:21:34 +1000 Subject: [PATCH] Bump 0.11.0 --- CHANGELOG.md | 22 +++++++++++++++++++--- README.md | 4 ++-- mix.exs | 2 +- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 143e2c8e3..308b44c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,22 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## 0.11.0 + +### Added + * Tests covered by actual values not just checking that result is a binary [[@igas][]] -* `Faker.Address.Es` and `Faker.Address.En` [@vbrazo][] +* `Faker.Address.Es` and `Faker.Address.En` [[@vbrazo][]] * `Faker.Beer.brand/0` [[@vbrazo][]] * `Faker.Food.sushi/0` [[@vbrazo][]] * `Faker.Team.PtBr` [[@vbrazo][]] @@ -229,10 +243,11 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. [@ConnorRigby]: https://github.com/ConnorRigby [@devshane]: https://github.com/devshane [@efexen]: https://github.com/efexen +[@fenollp]: https://github.com/fenollp [@feyl]: https://github.com/feyl [@GesJeremie]: https://github.com/GesJeremie [@halfdan]: https://github.com/halfdan -[@igas]: https://github.com/igas +[@igas]: https://igas.me [@jarednorman]: https://github.com/jarednorman [@johnhamelink]: https://github.com/johnhamelink [@lauraannwilliams]: https://github.com/lauraannwilliams @@ -242,6 +257,7 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. [@MarcusSky]: https://github.com/MarcusSky [@orieken]: https://github.com/orieken [@petehamilton]: https://github.com/petehamilton +[@pfac]: https://github.com/pfac [@piton4eg]: https://github.com/piton4eg [@samcdavid]: https://github.com/samcdavid [@saulecabrera]: https://github.com/saulecabrera @@ -253,4 +269,4 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. [@vforvova]: https://github.com/vforvova [@wojtekmach]: https://github.com/wojtekmach [@yordis]: https://github.com/yordis -[@zmoshansky]: https://github.com/zmoshansky \ No newline at end of file +[@zmoshansky]: https://github.com/zmoshansky diff --git a/README.md b/README.md index 3e0df9c01..c75ac4531 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ fake data. ## Quickstart -* add `{:faker, "~> 0.10"}` to your deps in `mix.exs`: +* add `{:faker, "~> 0.11"}` to your deps in `mix.exs`: ```elixir defp deps do - [{:faker, "~> 0.10", only: :test}] + [{:faker, "~> 0.11", only: :test}] end ``` diff --git a/mix.exs b/mix.exs index e307ccad8..7754a9475 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Faker.Mixfile do use Mix.Project - @version "0.10.0" + @version "0.11.0-rc.0" def project do [