We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5928ef9 commit 21bc3b1Copy full SHA for 21bc3b1
fluent-syntax/CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- …
6
7
+## fluent-syntax 0.9.0 (March 26, 2019)
8
+ - Update to Fluent Syntax 0.9
9
+ - Unify benchmark testsuite with fluent.js
10
+
11
## fluent-syntax 0.8.0 (January 31, 2019)
12
- Update to Fluent Syntax 0.8
13
- Switch to zero-copy parser
fluent-syntax/Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-syntax"
3
description = """
Parser/Serializer tools for Fluent Syntax.
"""
-version = "0.8.0"
+version = "0.9.0"
edition = "2018"
authors = [
"Zibi Braniecki <[email protected]>",
0 commit comments