File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11defmodule 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 ( ) ]
You can’t perform that action at this time.
0 commit comments