diff --git a/CHANGELOG.md b/CHANGELOG.md index 785fa9753..5c1170aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ ### Fixed +## 4.2.2 - 2019-03-04 + +### Fixed + +- regression in do_parse macro import for edition 2018 + ## 4.2.1 - 2019-02-27 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 17de6496d..32926d1bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nom" -version = "4.2.1" +version = "4.2.2" authors = [ "contact@geoffroycouprie.com" ] description = "A byte-oriented, zero-copy, parser combinators library" license = "MIT"