Skip to content

Commit 6cbd3eb

Browse files
committed
fluent-syntax 0.10.1
1 parent 1cb23ee commit 6cbd3eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fluent-syntax/CHANGELOG.md

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

55
-
66

7+
## fluent-syntax 0.10.1 (January 3, 2021)
8+
- Make `ParserError` `Clone`.
9+
- Apply `clippy` lints.
10+
711
## fluent-syntax 0.10.0 (September 24, 2020)
812
- Refactored AST to be generic over S which enables sliced, or owned ASTs.
913
- Simplified the AST to get it closer to reference AST.

fluent-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.10.0"
6+
version = "0.10.1"
77
edition = "2018"
88
authors = [
99
"Zibi Braniecki <gandalf@mozilla.com>",

0 commit comments

Comments
 (0)