From 5be469ef612874665da8834b71eb217acce8c46a Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Tue, 20 Jan 2026 16:48:26 +0000 Subject: [PATCH] Prepare a 0.14.1 release. --- CHANGES.md | 7 +++++++ 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(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c33d5591d..25c1347fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# grmtools 0.14.1 (2026-01-20) + + * Unbreak building of the grmtools book with the latest `mdbook`. + + * Change test-only code that is incompatible with an upcoming rustc change. + + # grmtools 0.14.0 (2025-10-22) This release contains a number of new features and breaking changes. Most of diff --git a/cfgrammar/Cargo.toml b/cfgrammar/Cargo.toml index 8fd011e7a..c276f4ab2 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.14.0" +version = "0.14.1" edition = "2024" readme = "README.md" license = "Apache-2.0/MIT" diff --git a/lrlex/Cargo.toml b/lrlex/Cargo.toml index d1d726128..56cdeebd8 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.14.0" +version = "0.14.1" edition = "2024" readme = "README.md" license = "Apache-2.0/MIT" diff --git a/lrpar/Cargo.toml b/lrpar/Cargo.toml index 779fe6b64..c1bf93dc7 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.14.0" +version = "0.14.1" edition = "2024" readme = "README.md" license = "Apache-2.0/MIT" diff --git a/lrtable/Cargo.toml b/lrtable/Cargo.toml index 9f1c8cf63..c8feaec2e 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.14.0" +version = "0.14.1" edition = "2024" readme = "README.md" license = "Apache-2.0/MIT" diff --git a/nimbleparse/Cargo.toml b/nimbleparse/Cargo.toml index 5c03fb161..f3f5e8739 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.14.0" +version = "0.14.1" edition = "2024" readme = "README.md" license = "Apache-2.0/MIT"