Skip to content

Commit 672602c

Browse files
committed
Fluent Syntax 0.7
1 parent e72eed9 commit 672602c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent-spec",
33
"description": "Specification and documentation for Fluent",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"private": true,
66
"scripts": {
77
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",

spec/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

33

4-
## Unreleased
4+
## 0.7.0 (October 15, 2018)
55

66
- Relax the indentation requirement. (#87)
77

8-
Attributes, variant keys and placeables may now be written without indent.
8+
Attributes, variant keys and placeables may now be written without
9+
indent, including the closing curly brace, `}`.
910

1011
emails = { $unreadEmails ->
1112
[one] You have one unread email.

0 commit comments

Comments
 (0)