From 523705a4751464e2615f38aafdd4d76f9d36a74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Doumouro?= Date: Tue, 18 Jun 2019 14:51:56 +0200 Subject: [PATCH] Release 0.18.1 --- CHANGELOG.md | 13 ++++++++++++- Cargo.toml | 2 +- cli-debug/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- grammar/Cargo.toml | 2 +- grammar/de/Cargo.toml | 2 +- grammar/en/Cargo.toml | 2 +- grammar/es/Cargo.toml | 2 +- grammar/fr/Cargo.toml | 2 +- grammar/it/Cargo.toml | 2 +- grammar/ja/Cargo.toml | 2 +- grammar/ko/Cargo.toml | 2 +- grammar/pt/Cargo.toml | 2 +- grammar/zh/Cargo.toml | 2 +- json-utils/Cargo.toml | 2 +- moment/Cargo.toml | 2 +- values/Cargo.toml | 2 +- 17 files changed, 28 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79f4436..c9c8ad63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.18.1] +### Fixed +- [Es] Various fixes +- [Ja] Remove quantifiers in Japanese cardinals +- [Fr] Fixed some interval rules and switched Duration/Datetime priority +- [En] Fixed typos in training examples + +### Added +- [Pt] Improved all entities + ## [0.18.0] ### Changed -- Add Portuguese V0 +- [Pt] Add Portuguese V0 ### Fixed - Crash when attempting to parse wrong month and day. @@ -21,6 +31,7 @@ All notable changes to this project will be documented in this file. ### Changed - Fuller coverage of Spanish and Italian +[0.18.1]: https://github.com/snipsco/rustling-ontology/compare/0.18.0...0.18.1 [0.18.0]: https://github.com/snipsco/rustling-ontology/compare/0.17.7...0.18.0 [0.17.7]: https://github.com/snipsco/rustling-ontology/compare/0.17.6...0.17.7 [0.17.6]: https://github.com/snipsco/rustling-ontology/compare/0.17.5...0.17.6 diff --git a/Cargo.toml b/Cargo.toml index 43442253..ea1b904b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] build = "build.rs" diff --git a/cli-debug/Cargo.toml b/cli-debug/Cargo.toml index f4efe87e..7044b75e 100644 --- a/cli-debug/Cargo.toml +++ b/cli-debug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-cli-debug" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj ", "Mathieu Poumeyrol "] [dependencies] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1c76121d..28d96a45 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-cli" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj ", "Mathieu Poumeyrol "] [dependencies] diff --git a/grammar/Cargo.toml b/grammar/Cargo.toml index 45dd5bed..1f48d084 100644 --- a/grammar/Cargo.toml +++ b/grammar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-grammar" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/grammar/de/Cargo.toml b/grammar/de/Cargo.toml index af9298e7..15770905 100644 --- a/grammar/de/Cargo.toml +++ b/grammar/de/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-de" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/grammar/en/Cargo.toml b/grammar/en/Cargo.toml index 53b55614..4668a535 100644 --- a/grammar/en/Cargo.toml +++ b/grammar/en/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-en" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/grammar/es/Cargo.toml b/grammar/es/Cargo.toml index f49a1544..aeac1c57 100644 --- a/grammar/es/Cargo.toml +++ b/grammar/es/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-es" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/grammar/fr/Cargo.toml b/grammar/fr/Cargo.toml index 6c1127f8..dd408706 100644 --- a/grammar/fr/Cargo.toml +++ b/grammar/fr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-fr" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/grammar/it/Cargo.toml b/grammar/it/Cargo.toml index 53c3fcc8..35b0dfe6 100644 --- a/grammar/it/Cargo.toml +++ b/grammar/it/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-it" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/grammar/ja/Cargo.toml b/grammar/ja/Cargo.toml index 6b2708fa..c07fef68 100644 --- a/grammar/ja/Cargo.toml +++ b/grammar/ja/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-ja" -version = "0.18.0" +version = "0.18.1" authors = ["Anaïs "] [dependencies] diff --git a/grammar/ko/Cargo.toml b/grammar/ko/Cargo.toml index 35501915..9b940350 100644 --- a/grammar/ko/Cargo.toml +++ b/grammar/ko/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-ko" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/grammar/pt/Cargo.toml b/grammar/pt/Cargo.toml index 0cd22c3e..5238c9f5 100644 --- a/grammar/pt/Cargo.toml +++ b/grammar/pt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-pt" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/grammar/zh/Cargo.toml b/grammar/zh/Cargo.toml index 25f8c974..e675fe05 100644 --- a/grammar/zh/Cargo.toml +++ b/grammar/zh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-zh" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/json-utils/Cargo.toml b/json-utils/Cargo.toml index deb7c1d1..a03d9cd6 100644 --- a/json-utils/Cargo.toml +++ b/json-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-json-utils" -version = "0.18.0" +version = "0.18.1" authors = ["Hubert De La Jonquiere "] [dependencies] diff --git a/moment/Cargo.toml b/moment/Cargo.toml index 28dba3d4..bf982e6f 100644 --- a/moment/Cargo.toml +++ b/moment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-moment" -version = "0.18.0" +version = "0.18.1" authors = ["hdlj "] [dependencies] diff --git a/values/Cargo.toml b/values/Cargo.toml index b9d01d48..5e8907ed 100644 --- a/values/Cargo.toml +++ b/values/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-values" -version = "0.18.0" +version = "0.18.1" authors = ["Mathieu Poumeyrol "] [dependencies]