Skip to content

Commit

Permalink
release: v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igas committed Feb 29, 2024
1 parent 60efcf9 commit c130e71
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## 0.18.0

### Added

- `Faker.Fruits.En` - add english fruits [[@KevinDaSilvaS](https://github.com/KevinDaSilvaS)]

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

### Deprecated

### Removed

### Fixed

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

### Security

## 0.17.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ fake data.

## Quickstart

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

```elixir
defp deps do
[
{:faker, "~> 0.17", only: :test}
{:faker, "~> 0.18", only: :test}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Faker.Mixfile do
use Mix.Project

@source_url "https://github.com/elixirs/faker"
@version "0.17.0"
@version "0.18.0"

def project do
[
Expand Down

0 comments on commit c130e71

Please sign in to comment.