Skip to content

Commit

Permalink
Merge pull request #447 from ltratt/grmtools_0_13_5
Browse files Browse the repository at this point in the history
Prepare a 0.13.15 release.
  • Loading branch information
ratmice authored May 4, 2024
2 parents ebe307b + 7fff436 commit 86f0aca
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cfgrammar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://tratt.net/laurie/>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lrlex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://tratt.net/laurie/>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lrpar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://lukasdiekmann.com/>", "Laurence Tratt <http://tratt.net/laurie/>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lrtable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://lukasdiekmann.com/>", "Laurence Tratt <http://tratt.net/laurie/>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion nimbleparse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://tratt.net/laurie/>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 86f0aca

Please sign in to comment.