Skip to content

Commit ca55dbd

Browse files
committed
fluent 0.8.0
1 parent 468fe28 commit ca55dbd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## fluent 0.8.0 (July 24, 2018)
4+
5+
- Implement support for Fluent Syntax 0.6. (#69)
6+
7+
Syntax 0.6 keeps the syntax unchanged but makes many changes to the AST.
8+
Consult https://github.com/projectfluent/fluent/releases/tag/v0.6.0
9+
for the list of changes.
10+
11+
312
## fluent 0.7.0 (April 11, 2018)
413

514
- Remove `fluent.migrate`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='fluent',
6-
version='0.7.0',
6+
version='0.8.0',
77
description='Localization library for expressive translations.',
88
author='Mozilla',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)