diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f894f..726ebfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## fluent.migrate 0.13.3 (Jan 29, 2025) + + - Use `[noname] ` as fallback for missing git author info ([#13](https://github.com/mozilla/fluent-migrate/pull/13)) + - Highlight warning log prints using ANSI terminal colors ([#13](https://github.com/mozilla/fluent-migrate/pull/13)) + ## fluent.migrate 0.13.2 (Nov 19, 2024) - List git log entries from oldest to newest ([#11](https://github.com/mozilla/fluent-migrate/pull/11)) diff --git a/setup.cfg b/setup.cfg index 6e357cd..2cb1edb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ console_scripts = validate-l10n-recipe=fluent.migrate.validator:cli [metadata] +license_files = long_description = file: README.md long_description_content_type = text/markdown diff --git a/setup.py b/setup.py index 46a0455..d58ce76 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="fluent.migrate", - version="0.13.2", + version="0.13.3", description="Toolchain to migrate legacy translation to Fluent.", author="Mozilla", author_email="l10n-drivers@mozilla.org",