Skip to content

Commit 3314528

Browse files
authored
Merge pull request #622 from ltratt/grmtools_0_14_1
Prepare a 0.14.1 release.
2 parents 3faebcc + 5be469e commit 3314528

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# grmtools 0.14.1 (2026-01-20)
2+
3+
* Unbreak building of the grmtools book with the latest `mdbook`.
4+
5+
* Change test-only code that is incompatible with an upcoming rustc change.
6+
7+
18
# grmtools 0.14.0 (2025-10-22)
29

310
This release contains a number of new features and breaking changes. Most of

cfgrammar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cfgrammar"
33
description = "Grammar manipulation"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.0"
5+
version = "0.14.1"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

lrlex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lrlex"
33
description = "Simple lexer generator"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.0"
5+
version = "0.14.1"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

lrpar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lrpar"
33
description = "Yacc-compatible parser generator"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.0"
5+
version = "0.14.1"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

lrtable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lrtable"
33
description = "LR grammar table generation"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.0"
5+
version = "0.14.1"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

nimbleparse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nimbleparse"
33
description = "Simple Yacc grammar debugging tool"
44
repository = "https://github.com/softdevteam/grmtools"
5-
version = "0.14.0"
5+
version = "0.14.1"
66
edition = "2024"
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)