Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 7, 2021
1 parent 0ac3209 commit 86007b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0"
@version "1.2.0"
@url "https://github.com/dashbitco/nimble_parsec"

def project do
Expand Down

0 comments on commit 86007b3

Please sign in to comment.