Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 15, 2025
1 parent 7d8c3d7 commit 0c9a1cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for NimbleParsec

## v1.4.1 (2025-01-15)

### Enhancements

* Remove warnings on Elixir v1.18+

## v1.4.0 (2023-11-08)

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NimbleParsec.MixProject do
use Mix.Project

@version "1.4.0"
@version "1.4.1"
@url "https://github.com/dashbitco/nimble_parsec"

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

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

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

0 comments on commit 0c9a1cc

Please sign in to comment.