Skip to content

Commit 00e84ba

Browse files
author
Zibi Braniecki
committed
fluent-syntax 0.8.0
1 parent e46eb66 commit 00e84ba

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

fluent-syntax/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
-
66

7+
## fluent-syntax 0.8.0 (January 31, 2019)
8+
- Update to Fluent Syntax 0.8
9+
- Switch to zero-copy parser
10+
- Start using reference FTL fixtures in tests
11+
- Switch to criterion for benchmarks
12+
- Rust 2018 edition
13+
714
## fluent-syntax 0.1.1 (August 29, 2018)
815

916
- enable ParserError to be compared.

fluent-syntax/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fluent-syntax"
33
description = """
44
Parser/Serializer tools for Fluent Syntax.
55
"""
6-
version = "0.1.1"
6+
version = "0.8.0"
77
edition = "2018"
88
authors = [
99
"Zibi Braniecki <[email protected]>",
@@ -22,7 +22,7 @@ serde_derive = "^1.0"
2222
serde_json = "^1.0"
2323
glob = "^0.2"
2424
assert-json-diff = "^0.2.1"
25-
criterion = "0.2"
25+
criterion = "^0.2"
2626

2727
[[bench]]
2828
name = "parser"

0 commit comments

Comments
 (0)