Skip to content

Commit ae88dc7

Browse files
committed
Publish new versions of i18n-build and i18n-config
+ i18n-build v0.10.2 + i18n-config v0.4.8
1 parent 4ca5f66 commit ae88dc7

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

i18n-build/CHANGELOG.md

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

3-
## master
3+
## v0.10.2
44

55
### Documentation
66

77
+ Fixed some typos. Thanks to [@YgorSouza](https://github.com/YgorSouza).
88

9+
### Internal
10+
11+
+ Fix some clippy lints. Thanks to [@alerque](https://github.com/alerque).
12+
913
## v0.10.1
1014

1115
### Internal

i18n-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "i18n-build"
99
readme = "README.md"
1010
repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-build"
11-
version = "0.10.1"
11+
version = "0.10.2"
1212

1313
[package.metadata.docs.rs]
1414
all-features = true

i18n-config/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# `i18n-config` Changelog
22

3-
## master
3+
## v0.4.8
44

55
### Documentation
66

77
+ Fixed some typos. Thanks to [@YgorSouza](https://github.com/YgorSouza).
88

9-
109
### Internal
1110

1211
+ Fix some compiler lints about eliding lifetimes.

i18n-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "i18n-config"
99
readme = "README.md"
1010
repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-config"
11-
version = "0.4.7"
11+
version = "0.4.8"
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

0 commit comments

Comments
 (0)