From be0a3fd8f77dd8da6645cf87655b5d8c14036cf9 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Mon, 24 Jun 2019 14:42:39 +0200 Subject: [PATCH] bump version to 5.0.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"