From 18029f91f3c764766b6d818ce5a275a13db55031 Mon Sep 17 00:00:00 2001 From: dylan_DPC Date: Mon, 3 Sep 2018 19:13:37 +0530 Subject: [PATCH] bumped version update release docs --- RELEASES.md | 21 +++++++++++++++++++++ lalrpop-snap/Cargo.toml | 2 +- lalrpop-test/Cargo.toml | 2 +- lalrpop-util/Cargo.toml | 2 +- lalrpop/Cargo.toml | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 3f86b7f..58db683 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,24 @@ +# Version 0.16.0 +Features: +- Allow attributes to be specified in larlpop_mod! (#398) + +Fixes: +- Don't generate reduce actions which do not fit in +the integer size (#399) +- Generate files in OUT_DIR (#353) + +Dependencies: +- Update atty (0.2), bit-set (0.5), ena(0.9) (#374) +- Regex to 1.0 (#375) + +Thanks to the following contributors: +- @Marwes +- @KRITZCREEK +- @asyosec +- snsmac +- Eijebong +- @sanxiyn + # Version 0.15.2 Features: diff --git a/lalrpop-snap/Cargo.toml b/lalrpop-snap/Cargo.toml index 59b567b..956920a 100644 --- a/lalrpop-snap/Cargo.toml +++ b/lalrpop-snap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lalrpop-snap" -version = "0.15.2" # LALRPOP +version = "0.16.0" # LALRPOP description = "convenient LR(1) parser generator" repository = "https://github.com/lalrpop/lalrpop" readme = "../README.md" diff --git a/lalrpop-test/Cargo.toml b/lalrpop-test/Cargo.toml index e0394d5..8b38de7 100644 --- a/lalrpop-test/Cargo.toml +++ b/lalrpop-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lalrpop-test" -version = "0.15.2" # LALRPOP +version = "0.16.0" # LALRPOP authors = ["Niko Matsakis "] license = "Apache-2.0/MIT" build = "build.rs" diff --git a/lalrpop-util/Cargo.toml b/lalrpop-util/Cargo.toml index 7e698b3..ffc39c8 100644 --- a/lalrpop-util/Cargo.toml +++ b/lalrpop-util/Cargo.toml @@ -3,6 +3,6 @@ name = "lalrpop-util" description = "Runtime library for parsers generated by LALRPOP" repository = "https://github.com/lalrpop/lalrpop" license = "Apache-2.0/MIT" -version = "0.15.2" # LALRPOP +version = "0.16.0" # LALRPOP authors = ["Niko Matsakis "] workspace = ".." diff --git a/lalrpop/Cargo.toml b/lalrpop/Cargo.toml index 1639fe7..c6d82b6 100644 --- a/lalrpop/Cargo.toml +++ b/lalrpop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lalrpop" -version = "0.15.2" # LALRPOP +version = "0.16.0" # LALRPOP description = "convenient LR(1) parser generator" repository = "https://github.com/lalrpop/lalrpop" readme = "../README.md"