Skip to content

Commit 86f4dbb

Browse files
authored
release: v0.18.0 (#535)
1 parent 60efcf9 commit 86f4dbb

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
## 0.18.0
24+
25+
### Added
26+
1327
- `Faker.Fruits.En` - add english fruits [[@KevinDaSilvaS](https://github.com/KevinDaSilvaS)]
1428

1529
### Changed
@@ -19,19 +33,13 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
1933
- `Faker.Internet.image_url/0` - switched unresponsive placeholder.it with picsum.photos [[@almirsarajcic](https://github.com/almirsarajcic)]
2034
- `Faker.Vehicle.En` - fix spelling of some common makes/models [[@nskins](https://github.com/nskins)]
2135

22-
### Deprecated
23-
24-
### Removed
25-
2636
### Fixed
2737

2838
- `Faker.date_of_birth` - fix invalid dates due to leap year [[igas](https://github.com/igas)]
2939
- `Faker.Currency.code/0` remove duplicates/replace old currencies [[@yassinrais](https://github.com/yassinrais)]
3040
- `Faker.Adress.PtBr` - fix model documentation [[@laraujo7](https://github.com/laraujo7)]
3141
- `Faker.Address.En/0` corrected formatting for US and Britian [[@atavistock](https://github.com/atavistock)]
3242

33-
### Security
34-
3543
## 0.17.0
3644

3745
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ fake data.
2626

2727
## Quickstart
2828

29-
* add `{:faker, "~> 0.17"}` to your deps in `mix.exs`:
29+
* add `{:faker, "~> 0.18"}` to your deps in `mix.exs`:
3030

3131
```elixir
3232
defp deps do
3333
[
34-
{:faker, "~> 0.17", only: :test}
34+
{:faker, "~> 0.18", only: :test}
3535
]
3636
end
3737
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Faker.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixirs/faker"
5-
@version "0.17.0"
5+
@version "0.18.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)