From 86007b3d5f3ac270e3e0c6f0c9ffb9772e5b18c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 7 Nov 2021 09:03:13 +0100 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f0101..73e436e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog for NimbleParsec +## v1.2.0 (2021-11-07) + +### Enhancements + + * Add generator support to `NimbleParsec`: it now generates code that matches a combinator + +### Bug fixes + + * Fix using `eventually` with constructs that can accumulate + * Fix lookahead combinators running in reverse order + * Raise on invalid `min` for integer + ## v1.1.0 (2020-10-02) ### Enhancements diff --git a/mix.exs b/mix.exs index ef16976..ce9129c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NimbleParsec.MixProject do use Mix.Project - @version "1.1.0" + @version "1.2.0" @url "https://github.com/dashbitco/nimble_parsec" def project do