File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## fluent.migrate 0.13.3 (Jan 29, 2025)
4
+
5
+ - Use ` [noname] <nomail> ` as fallback for missing git author info ([ #13 ] ( https://github.com/mozilla/fluent-migrate/pull/13 ) )
6
+ - Highlight warning log prints using ANSI terminal colors ([ #13 ] ( https://github.com/mozilla/fluent-migrate/pull/13 ) )
7
+
3
8
## fluent.migrate 0.13.2 (Nov 19, 2024)
4
9
5
10
- List git log entries from oldest to newest ([ #11 ] ( https://github.com/mozilla/fluent-migrate/pull/11 ) )
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ console_scripts =
4
4
validate-l10n-recipe =fluent.migrate.validator:cli
5
5
6
6
[metadata]
7
+ license_files =
7
8
long_description = file: README.md
8
9
long_description_content_type = text/markdown
9
10
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "fluent.migrate" ,
7
- version = "0.13.2 " ,
7
+ version = "0.13.3 " ,
8
8
description = "Toolchain to migrate legacy translation to Fluent." ,
9
9
author = "Mozilla" ,
10
10
You can’t perform that action at this time.
0 commit comments