Skip to content

Commit f5b7800

Browse files
author
Igor Kapkov
committed
Bump 0.11.1
1 parent 11536be commit f5b7800

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

CHANGELOG.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,22 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
1212

1313
### Changed
1414

15-
* all localized functions now use Faker.localize/1 [[@igas][]]
16-
1715
### Deprecated
1816

1917
### Removed
2018

19+
### Fixed
20+
21+
### Security
22+
23+
## 0.11.1
24+
25+
### Changed
26+
27+
* all localized functions now use Faker.localize/1 [[@igas][]]
28+
29+
### Removed
30+
2131
* Elixir 1.5 from CI [[@igas][]]
2232
* dialyzer warning suppressions [[@igas][]]
2333

@@ -27,8 +37,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
2737
* `Faker.localize/1` is calling `Kernel.function_exported?/3` with the wrong parameter [[@indocomsoft][]]
2838
* `Faker.StarWars.En` Changed Palpatine to Sheev Palpatine, and fixed typo for Beru Lars [[@theabrad][]]
2939

30-
### Security
31-
3240
## 0.11.0
3341

3442
### Added
@@ -53,17 +61,11 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
5361
* Documentation moved to hexdocs.pm [[@MarcusSky][]], [[@vbrazo][]], and [[@igas][]]
5462
* Updated dependencies [[@igas][]]
5563

56-
### Deprecated
57-
58-
### Removed
59-
6064
### Fixed
6165

6266
* `Faker.App.semver/0` is not generating invalid versions anymore fixed by [[@igas][]] found by [[@ConnorRigby][]]
6367
* `Faker.Lorem` is not redefining documentation in multiple functions anymore fixed and found by [[@pfac][]]
6468

65-
### Security
66-
6769
## 0.10.0
6870

6971
### Added
@@ -82,8 +84,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
8284

8385
* Updated dependencies [[@igas][]]
8486

85-
### Deprecated
86-
8787
### Removed
8888

8989
* Elixir 1.3 support [[@igas][]]
@@ -96,8 +96,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
9696
* Fix pokemon name - Mr. Mime :) [[@leveloid][]]
9797
* Gov.Us deprecations [[@halfdan][]]
9898

99-
### Security
100-
10199
## 0.9.0
102100

103101
### Added
@@ -107,10 +105,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
107105
* Dialyxir on CI [[@igas][]]
108106
* `Faker.String.base64/0` and `Faker.String.base64/1` [[@yordis][]]
109107

110-
### Changed
111-
112-
### Deprecated
113-
114108
### Removed
115109

116110
* Elixir < 1.3 support [[@igas][]]
@@ -119,8 +113,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
119113

120114
* Credo issues [[@lrosa007][]]
121115

122-
### Security
123-
124116
## 0.8.0
125117

126118
### Added
@@ -144,8 +136,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
144136
* Underlaying data structure changed to maps to improve performance [[@igas][]]
145137
* Improved `Faker.Beer` usage [[@tbash][]]
146138

147-
### Deprecated
148-
149139
### Removed
150140

151141
* Usage docs duplication [[@piton4eg][]]
@@ -154,8 +144,6 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
154144

155145
* Elixir 1.4 deprecation warnings [[@igas][]]
156146

157-
### Security
158-
159147
## 0.7.0
160148

161149
* Upgrade to latest versions [[@belaustegui][]]

mix.exs

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

4-
@version "0.11.0"
4+
@version "0.11.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)