Skip to content

Commit eff695c

Browse files
committed
release 2.1.4
1 parent 0d9f52d commit eff695c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ iex> Domainatrex.parse("blog.someone.id.au")
3636

3737
## Changelog
3838

39+
### 2.1.4
40+
- Pin a version of `nimble_parsec` to fix a compilation error on `makeup` (`makeup` has fixed this downstream, so when `ex_doc` updates `makeup`, this will no longer be required)
41+
3942
### 2.1.3
4043
- Merge a couple of minor PRs
4144

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Domainatrex.Mixfile do
33

44
def project do
55
[app: :domainatrex,
6-
version: "2.1.3",
6+
version: "2.1.4",
77
elixir: "~> 1.3",
88
test_coverage: [tool: ExCoveralls],
99
build_embedded: Mix.env == :prod,
@@ -35,7 +35,7 @@ defmodule Domainatrex.Mixfile do
3535
{:ex_doc, "~> 0.19", only: [:dev, :docs]},
3636
{:excoveralls, "~> 0.10.3", only: [:dev, :test]},
3737
{:inch_ex, "~> 1.0", only: [:dev, :docs]},
38-
{:nimble_parsec, "~> 0.4.0", only: [:dev, :docs]}
38+
{:nimble_parsec, "~> 0.4.0", only: [:dev, :docs]}
3939
]
4040
end
4141

0 commit comments

Comments
 (0)