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 468fe28 commit ca55dbdCopy full SHA for ca55dbd
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## fluent 0.7.0 (April 11, 2018)
13
14
- Remove `fluent.migrate`.
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='fluent',
- version='0.7.0',
+ version='0.8.0',
description='Localization library for expressive translations.',
author='Mozilla',
author_email='[email protected]',
0 commit comments