mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-15 08:20:50 +00:00
bumped version
update release docs
This commit is contained in:
parent
167d50ac24
commit
18029f91f3
21
RELEASES.md
21
RELEASES.md
@ -1,3 +1,24 @@
|
|||||||
|
# Version 0.16.0
|
||||||
|
Features:
|
||||||
|
- Allow attributes to be specified in larlpop_mod! (#398)
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
- Don't generate reduce actions which do not fit in
|
||||||
|
the integer size (#399)
|
||||||
|
- Generate files in OUT_DIR (#353)
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
- Update atty (0.2), bit-set (0.5), ena(0.9) (#374)
|
||||||
|
- Regex to 1.0 (#375)
|
||||||
|
|
||||||
|
Thanks to the following contributors:
|
||||||
|
- @Marwes
|
||||||
|
- @KRITZCREEK
|
||||||
|
- @asyosec
|
||||||
|
- snsmac
|
||||||
|
- Eijebong
|
||||||
|
- @sanxiyn
|
||||||
|
|
||||||
# Version 0.15.2
|
# Version 0.15.2
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lalrpop-snap"
|
name = "lalrpop-snap"
|
||||||
version = "0.15.2" # LALRPOP
|
version = "0.16.0" # LALRPOP
|
||||||
description = "convenient LR(1) parser generator"
|
description = "convenient LR(1) parser generator"
|
||||||
repository = "https://github.com/lalrpop/lalrpop"
|
repository = "https://github.com/lalrpop/lalrpop"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lalrpop-test"
|
name = "lalrpop-test"
|
||||||
version = "0.15.2" # LALRPOP
|
version = "0.16.0" # LALRPOP
|
||||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
@ -3,6 +3,6 @@ name = "lalrpop-util"
|
|||||||
description = "Runtime library for parsers generated by LALRPOP"
|
description = "Runtime library for parsers generated by LALRPOP"
|
||||||
repository = "https://github.com/lalrpop/lalrpop"
|
repository = "https://github.com/lalrpop/lalrpop"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
version = "0.15.2" # LALRPOP
|
version = "0.16.0" # LALRPOP
|
||||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lalrpop"
|
name = "lalrpop"
|
||||||
version = "0.15.2" # LALRPOP
|
version = "0.16.0" # LALRPOP
|
||||||
description = "convenient LR(1) parser generator"
|
description = "convenient LR(1) parser generator"
|
||||||
repository = "https://github.com/lalrpop/lalrpop"
|
repository = "https://github.com/lalrpop/lalrpop"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user