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 1cb23ee commit 6cbd3ebCopy full SHA for 6cbd3eb
fluent-syntax/CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- …
6
7
+## fluent-syntax 0.10.1 (January 3, 2021)
8
+ - Make `ParserError` `Clone`.
9
+ - Apply `clippy` lints.
10
+
11
## fluent-syntax 0.10.0 (September 24, 2020)
12
- Refactored AST to be generic over S which enables sliced, or owned ASTs.
13
- Simplified the AST to get it closer to reference AST.
fluent-syntax/Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-syntax"
3
description = """
Parser/Serializer tools for Fluent Syntax.
"""
-version = "0.10.0"
+version = "0.10.1"
edition = "2018"
authors = [
"Zibi Braniecki <gandalf@mozilla.com>",
0 commit comments