Skip to content

Commit 878ac42

Browse files
authored
Update README and mix.exs for patch release (#65)
1 parent 52704e7 commit 878ac42

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Add patch to your mix.exs
5454
```elixir
5555
def deps do
5656
[
57-
{:patch, "~> 0.13.0", only: [:test]}
57+
{:patch, "~> 0.13.1", only: [:test]}
5858
]
5959
end
6060
```
@@ -202,6 +202,8 @@ Patch is made better everyday by developers requesting new features.
202202
- Improved the ci.yml, brining it up to date with best practices.
203203
- [Dorgan](https://github.com/doorgan)
204204
- 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
205207

206208
If you have a suggestion for improvements to this library, please open an issue.
207209

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Patch.MixProject do
44
def project do
55
[
66
app: :patch,
7-
version: "0.13.0",
7+
version: "0.13.1",
88
elixir: "~> 1.7",
99
erlc_paths: erlc_paths(Mix.env()),
1010
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)