File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for NimbleParsec
2
2
3
+ ## v1.4.1 (2025-01-15)
4
+
5
+ ### Enhancements
6
+
7
+ * Remove warnings on Elixir v1.18+
8
+
3
9
## v1.4.0 (2023-11-08)
4
10
5
11
### Enhancements
Original file line number Diff line number Diff line change 1
1
defmodule NimbleParsec.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.4.0 "
4
+ @ version "1.4.1 "
5
5
@ url "https://github.com/dashbitco/nimble_parsec"
6
6
7
7
def project do
@@ -33,7 +33,7 @@ defmodule NimbleParsec.MixProject do
33
33
ex_doc = Path . join ( Mix . path_for ( :escripts ) , "ex_doc" )
34
34
35
35
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 \" "
37
37
end
38
38
39
39
args = [ "NimbleParsec" , @ version , Mix.Project . compile_path ( ) ]
You can’t perform that action at this time.
0 commit comments