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
|
||||
|
||||
Features:
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lalrpop-snap"
|
||||
version = "0.15.2" # LALRPOP
|
||||
version = "0.16.0" # LALRPOP
|
||||
description = "convenient LR(1) parser generator"
|
||||
repository = "https://github.com/lalrpop/lalrpop"
|
||||
readme = "../README.md"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lalrpop-test"
|
||||
version = "0.15.2" # LALRPOP
|
||||
version = "0.16.0" # LALRPOP
|
||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||
license = "Apache-2.0/MIT"
|
||||
build = "build.rs"
|
||||
|
@ -3,6 +3,6 @@ name = "lalrpop-util"
|
||||
description = "Runtime library for parsers generated by LALRPOP"
|
||||
repository = "https://github.com/lalrpop/lalrpop"
|
||||
license = "Apache-2.0/MIT"
|
||||
version = "0.15.2" # LALRPOP
|
||||
version = "0.16.0" # LALRPOP
|
||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||
workspace = ".."
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lalrpop"
|
||||
version = "0.15.2" # LALRPOP
|
||||
version = "0.16.0" # LALRPOP
|
||||
description = "convenient LR(1) parser generator"
|
||||
repository = "https://github.com/lalrpop/lalrpop"
|
||||
readme = "../README.md"
|
||||
|
Loading…
x
Reference in New Issue
Block a user