File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Add patch to your mix.exs
54
54
``` elixir
55
55
def deps do
56
56
[
57
- {:patch , " ~> 0.13.0 " , only: [:test ]}
57
+ {:patch , " ~> 0.13.1 " , only: [:test ]}
58
58
]
59
59
end
60
60
```
@@ -202,6 +202,8 @@ Patch is made better everyday by developers requesting new features.
202
202
- Improved the ci.yml, brining it up to date with best practices.
203
203
- [ Dorgan] ( https://github.com/doorgan )
204
204
- Reported erratum in the Patch Cheatsheet
205
+ - [ Luca Corti] ( https://github.com/lucacorti )
206
+ - Reported an issue with warning being emitted by the library on Elixir 1.16 which served as the basis for a bugfix in v0.13.1
205
207
206
208
If you have a suggestion for improvements to this library, please open an issue.
207
209
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Patch.MixProject do
4
4
def project do
5
5
[
6
6
app: :patch ,
7
- version: "0.13.0 " ,
7
+ version: "0.13.1 " ,
8
8
elixir: "~> 1.7" ,
9
9
erlc_paths: erlc_paths ( Mix . env ( ) ) ,
10
10
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
You can’t perform that action at this time.
0 commit comments