We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d5891 commit 84cd3b5Copy full SHA for 84cd3b5
fluent.syntax/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## fluent.syntax 0.15.0 (April 17, 2019)
4
+
5
+ - Support Fluent Syntax 1.0.
6
7
+ Fluent Syntax 1.0 has been published today. There are no changes to the
8
+ grammar nor the AST compared to the Syntax 0.9.
9
10
## fluent.syntax 0.14.0 (March 26, 2019)
11
12
This release of `fluent.syntax` brings support for version 0.9 of the Fluent
fluent.syntax/setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(name='fluent.syntax',
- version='0.14.0',
+ version='0.15.0',
description='Localization library for expressive translations.',
long_description='See https://github.com/projectfluent/python-fluent/ for more info.',
author='Mozilla',
0 commit comments