diff --git a/CHANGELOG.md b/CHANGELOG.md index f7eefa3e3..69a018723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ### Fixed -## 5.0.0 - ? +## 5.0.0 - 2019-06-24 This version comes with a complete rewrite of nom internals to use functions as a base for parsers, instead of macros. Macros have been updated to use functions under diff --git a/Cargo.toml b/Cargo.toml index 5ce13ff7b..2d98d26ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nom" -version = "5.0.0-beta3" +version = "5.0.0" authors = [ "contact@geoffroycouprie.com" ] description = "A byte-oriented, zero-copy, parser combinators library" license = "MIT"