Skip to content

Commit 79b23cb

Browse files
committed
Prepare a 0.13.8 release.
1 parent a0972be commit 79b23cb

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# grmtools 0.13.8 (2024-11-07)
2+
3+
* `%parse-param` can now use types that implement `Clone` (i.e. relaxing the
4+
previous stringent requirement that types were `Copy`).
5+
6+
* Document start states in the grmtools book.
7+
8+
* Allow `lrlex` and `nimbleparse` to read from stdin if the path is `-`.
9+
10+
111
# grmtools 0.13.7 (2024-06-14)
212

313
* Catch incorrectly terminated productions. Previously this led to a confusing

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.13.7"
5+
version = "0.13.8"
66
authors = ["Laurence Tratt <http://tratt.net/laurie/>"]
77
edition = "2021"
88
readme = "README.md"

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.13.7"
5+
version = "0.13.8"
66
authors = ["Laurence Tratt <http://tratt.net/laurie/>"]
77
edition = "2021"
88
readme = "README.md"

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.13.7"
5+
version = "0.13.8"
66
authors = ["Lukas Diekmann <http://lukasdiekmann.com/>", "Laurence Tratt <http://tratt.net/laurie/>"]
77
edition = "2021"
88
readme = "README.md"

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.13.7"
5+
version = "0.13.8"
66
authors = ["Lukas Diekmann <http://lukasdiekmann.com/>", "Laurence Tratt <http://tratt.net/laurie/>"]
77
edition = "2021"
88
readme = "README.md"

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.13.7"
5+
version = "0.13.8"
66
authors = ["Laurence Tratt <http://tratt.net/laurie/>"]
77
edition = "2021"
88
readme = "README.md"

0 commit comments

Comments
 (0)