Skip to content

Commit 95d9a8d

Browse files
committed
Prepare a 0.13.10 release.
1 parent 4e939af commit 95d9a8d

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# grmtools 0.13.10 (2025-02-04)
2+
3+
* Add option for more complete POSIX lex compatible regex escapes. For
4+
example, `\b` is the backspace character in POSIX Lex, but a word boundary
5+
association in the Rust [regex](https://crates.io/crates/regex) crate that
6+
lrlex uses. This defaults to `false` for backwards compatibility.
7+
8+
19
# grmtools 0.13.9 (2025-02-04)
210

311
* Respect the timeout in all stages of error recovery. Previously the timeout

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

0 commit comments

Comments
 (0)