From 7fff436c3659f103eac658e68808990410d2594b Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Sat, 4 May 2024 20:39:55 +0200 Subject: [PATCH] Prepare a 0.13.15 release. --- CHANGES.md | 8 +++++++- cfgrammar/Cargo.toml | 2 +- lrlex/Cargo.toml | 2 +- lrpar/Cargo.toml | 2 +- lrtable/Cargo.toml | 2 +- nimbleparse/Cargo.toml | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d794aa450..29521c178 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ -# grmtools 0.13.3 (2024-01-04) +# grmtools 0.13.5 (2024-05-04) + +* Improve error messages for conflicts and the like, giving the span of input + related to the error. + + +# grmtools 0.13.4 (2024-01-04) * Change generated code to avoid errors about `unsafe` action code in input grammars. diff --git a/cfgrammar/Cargo.toml b/cfgrammar/Cargo.toml index 307f57e39..629f42b58 100644 --- a/cfgrammar/Cargo.toml +++ b/cfgrammar/Cargo.toml @@ -2,7 +2,7 @@ name = "cfgrammar" description = "Grammar manipulation" repository = "https://github.com/softdevteam/grmtools" -version = "0.13.4" +version = "0.13.5" authors = ["Laurence Tratt "] edition = "2021" readme = "README.md" diff --git a/lrlex/Cargo.toml b/lrlex/Cargo.toml index 3e5b9762c..381ae6061 100644 --- a/lrlex/Cargo.toml +++ b/lrlex/Cargo.toml @@ -2,7 +2,7 @@ name = "lrlex" description = "Simple lexer generator" repository = "https://github.com/softdevteam/grmtools" -version = "0.13.4" +version = "0.13.5" authors = ["Laurence Tratt "] edition = "2021" readme = "README.md" diff --git a/lrpar/Cargo.toml b/lrpar/Cargo.toml index 068f5b3a7..a2ea58c55 100644 --- a/lrpar/Cargo.toml +++ b/lrpar/Cargo.toml @@ -2,7 +2,7 @@ name = "lrpar" description = "Yacc-compatible parser generator" repository = "https://github.com/softdevteam/grmtools" -version = "0.13.4" +version = "0.13.5" authors = ["Lukas Diekmann ", "Laurence Tratt "] edition = "2021" readme = "README.md" diff --git a/lrtable/Cargo.toml b/lrtable/Cargo.toml index 951ed4ed0..9b746891a 100644 --- a/lrtable/Cargo.toml +++ b/lrtable/Cargo.toml @@ -2,7 +2,7 @@ name = "lrtable" description = "LR grammar table generation" repository = "https://github.com/softdevteam/grmtools" -version = "0.13.4" +version = "0.13.5" authors = ["Lukas Diekmann ", "Laurence Tratt "] edition = "2021" readme = "README.md" diff --git a/nimbleparse/Cargo.toml b/nimbleparse/Cargo.toml index 7c71b76cc..f23db2ac5 100644 --- a/nimbleparse/Cargo.toml +++ b/nimbleparse/Cargo.toml @@ -2,7 +2,7 @@ name = "nimbleparse" description = "Simple Yacc grammar debugging tool" repository = "https://github.com/softdevteam/grmtools" -version = "0.13.4" +version = "0.13.5" authors = ["Laurence Tratt "] edition = "2021" readme = "README.md"