diff --git a/make_pluralrules/CHANGELOG.md b/make_pluralrules/CHANGELOG.md index a9173d1..aca80cc 100644 --- a/make_pluralrules/CHANGELOG.md +++ b/make_pluralrules/CHANGELOG.md @@ -4,6 +4,10 @@ - … +## make_pluralrules 0.4.1 (October 26, 2018) + + - Update the generated rules to use references. + ## make_pluralrules 0.4.0 (August 15, 2018) - Add fixtures regenerator @@ -37,4 +41,4 @@ ## make_pluralrules 0.1.0 (July 25, 2018) - - Initial release. \ No newline at end of file + - Initial release. diff --git a/make_pluralrules/Cargo.toml b/make_pluralrules/Cargo.toml index 9cde98f..5c8a912 100644 --- a/make_pluralrules/Cargo.toml +++ b/make_pluralrules/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "make_pluralrules" -version = "0.4.0" +version = "0.4.1" authors = ["Kekoa Riggin ", "Zibi Braniecki "] description = "A Rustcode generator for CLDR plural rules." license = "Apache-2.0/MIT"