From b17dde4bac7a413680931882a050df161958d6c7 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Wed, 11 Apr 2018 14:22:14 +0200 Subject: [PATCH] fluent 0.7.0 --- CHANGELOG.md | 11 ++++++++++- setup.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2152eaf4..25ccff0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## fluent 0.7.0 (April 11, 2018) - Remove `fluent.migrate`. @@ -9,6 +9,15 @@ [bug 1445881](https://bugzilla.mozilla.org/show_bug.cgi?id=1445881) for more information about the move. + + - Add the `ref` field to `VariantExpression`. (#62) + + The `Identifier`-typed `id` field has been removed. The new `ref` field + contains the `MessageReference` node rigt now. The range of valid + expressions for `ref` may be extended in the future. + + - Fix missing `Spans` on `Function` nodes. + ## fluent 0.6.4 (March 1, 2018) - use compare-locales for plurals ordering ([bug 1415844](https://bugzilla.mozilla.org/show_bug.cgi?id=1415844)) diff --git a/setup.py b/setup.py index 6d99cacd..aaf10ca2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='fluent', - version='0.6.4', + version='0.7.0', description='Localization library for expressive translations.', author='Mozilla', author_email='l10n-drivers@mozilla.org',