Skip to content

Commit 0c9a1cc

Browse files
committed
Release v1.4.1
1 parent 7d8c3d7 commit 0c9a1cc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for NimbleParsec
22

3+
## v1.4.1 (2025-01-15)
4+
5+
### Enhancements
6+
7+
* Remove warnings on Elixir v1.18+
8+
39
## v1.4.0 (2023-11-08)
410

511
### Enhancements

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NimbleParsec.MixProject do
22
use Mix.Project
33

4-
@version "1.4.0"
4+
@version "1.4.1"
55
@url "https://github.com/dashbitco/nimble_parsec"
66

77
def project do
@@ -33,7 +33,7 @@ defmodule NimbleParsec.MixProject do
3333
ex_doc = Path.join(Mix.path_for(:escripts), "ex_doc")
3434

3535
unless File.exists?(ex_doc) do
36-
raise "cannot build docs because escript for ex_doc is not installed"
36+
raise "cannot build docs because escript for ex_doc is not installed, run \"mix escript.install hex ex_doc\""
3737
end
3838

3939
args = ["NimbleParsec", @version, Mix.Project.compile_path()]

0 commit comments

Comments
 (0)