Skip to content

Commit fd1d35a

Browse files
committed
bump versions and update changelog
- cargo-i18n to v0.1.7 - i18n-embed to v0.4.1
1 parent 9196de0 commit fd1d35a

4 files changed

Lines changed: 38 additions & 34 deletions

File tree

Cargo.lock

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

Cargo.toml

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

1313
[badges]
1414
maintenance = { status = "actively-developed" }

i18n-embed/CHANGELOG.md

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

3+
## v0.4.1
4+
5+
+ Fix incorrect comment in code example [#18](https://github.com/kellpossible/cargo-i18n/issues/18).
6+
37
## v0.4.0
48

59
Mostly a refactor of `LanguageLoader` and `I18nEmbed` to solve [issue #15](https://github.com/kellpossible/cargo-i18n/issues/15).

i18n-embed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "i18n-embed"
1010
readme = "README.md"
1111
repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313

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

0 commit comments

Comments
 (0)