Skip to content

Commit 4ca5f66

Browse files
committed
Update changelogs
1 parent 1c17e73 commit 4ca5f66

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

i18n-build/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for `i18n-build`
22

3+
## master
4+
5+
### Documentation
6+
7+
+ Fixed some typos. Thanks to [@YgorSouza](https://github.com/YgorSouza).
8+
39
## v0.10.1
410

511
### Internal

i18n-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# `i18n-config` Changelog
22

3+
## master
4+
5+
### Documentation
6+
7+
+ Fixed some typos. Thanks to [@YgorSouza](https://github.com/YgorSouza).
8+
9+
10+
### Internal
11+
12+
+ Fix some compiler lints about eliding lifetimes.
13+
314
## v0.4.7
415

516
### Internal

i18n-embed-fl/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog for `i18n-embed-fl`
22

3+
## master
4+
5+
### Dependencies
6+
7+
+ Bump `fluent` to 0.17 and `fluent-syntax` to `0.12`.
8+
9+
### Fixes
10+
11+
+ Fixed non-reproducible builds. Fixes [#150](https://github.com/kellpossible/cargo-i18n/issues/150). Thanks to [@qarmin](https://github.com/qarmin) for fixing this long standing issue!
12+
13+
### Documentation
14+
15+
+ Fixed some typos. Thanks to [@YgorSouza](https://github.com/YgorSouza).
16+
317
## v0.9.4
418

519
### New Features

i18n-embed/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog for `i18n-embed`
22

3+
## master
4+
5+
### Fixes
6+
7+
+ [#13](https://github.com/kellpossible/cargo-i18n/issues/130) Replace abandoned `locale_config` dependency with `sys-locale`. Fixes [#63](https://github.com/kellpossible/cargo-i18n/issues/63) Cannot parse locale on Macos. Big thanks to [@TristanDebrunner](https://github.com/TristanDebrunner) for this contribution!
8+
+ When the `gettext-system` feature is enabled, `locale_config` is not entirely eliminated from the dependency tree as gettext-rs depends on it.
9+
10+
### Dependencies
11+
12+
+ Bump `fluent` to 0.17 and `fluent-syntax` to `0.12`.
13+
14+
### Documentation
15+
16+
+ Fixed some typos. Thanks to [@YgorSouza](https://github.com/YgorSouza).
17+
318
## v0.15.4
419

520
### New Features

0 commit comments

Comments
 (0)