We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab425f commit e20b0b3Copy full SHA for e20b0b3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for NimbleParsec
2
3
+## v1.4.2 (2025-01-21)
4
+
5
+### Enhancements
6
7
+ * Remove more warnings on Elixir v1.18+
8
9
## v1.4.1 (2025-01-15)
10
11
### Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule NimbleParsec.MixProject do
use Mix.Project
- @version "1.4.1"
+ @version "1.4.2"
@url "https://github.com/dashbitco/nimble_parsec"
def project do
0 commit comments