Skip to content

Commit

Permalink
Bump 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kapkov committed Sep 27, 2018
1 parent ef4b56f commit 3216848
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][]]
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
[@zmoshansky]: https://github.com/zmoshansky
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Faker.Mixfile do
use Mix.Project

@version "0.10.0"
@version "0.11.0-rc.0"

def project do
[
Expand Down

0 comments on commit 3216848

Please sign in to comment.