Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 27, 2023
1 parent fbdbe6b commit 0310427
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog for NimbleParsec

## v1.3.0-dev
## v1.3.0 (2023-03-27)

### Deprecations

* Deprecate returning a `{acc, context}` from `quoted_post_traverse` and `quoted_pre_traverse`. Return `{rest, acc, context}` instead.

### Bug fixes

* Avoid compile warnings with negative lookahead
* Fix clause warning for integer combinator

## v1.2.3 (2022-02-28)

### 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.3.0-dev"
@version "1.3.0"
@url "https://github.com/dashbitco/nimble_parsec"

def project do
Expand Down

0 comments on commit 0310427

Please sign in to comment.