diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f26bf4..583964ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.19.3] ### Fixed - Remove Chinese training examples causing issues on raspbian and windows [#205](https://github.com/snipsco/rustling-ontology/pull/205) - Fix float parsing for all languages [#203](https://github.com/snipsco/rustling-ontology/pull/203) @@ -62,6 +62,7 @@ All notable changes to this project will be documented in this file. ### Changed - Fuller coverage of Spanish and Italian +[0.19.3]: https://github.com/snipsco/rustling-ontology/compare/0.19.2...0.19.3 [0.19.2]: https://github.com/snipsco/rustling-ontology/compare/0.19.1...0.19.2 [0.19.1]: https://github.com/snipsco/rustling-ontology/compare/0.19.0...0.19.1 [0.19.0]: https://github.com/snipsco/rustling-ontology/compare/0.18.1...0.19.0 diff --git a/Cargo.toml b/Cargo.toml index 329b84d4..5c389ac1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] build = "build.rs" edition = "2018" diff --git a/README.md b/README.md index ece3fc43..6fc88a90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rustling-ontology -[![Build Status](https://travis-ci.org/snipsco/rustling-ontology.svg?branch=develop)](https://travis-ci.org/snipsco/rustling-ontology) -[![Build Status](https://ci.appveyor.com/api/projects/status/github/snipsco/rustling-ontology?branch=develop&svg=true)](https://ci.appveyor.com/project/snipsco/rustling-ontology) +[![Build Status](https://travis-ci.org/snipsco/rustling-ontology.svg?branch=master)](https://travis-ci.org/snipsco/rustling-ontology) +[![Build Status](https://ci.appveyor.com/api/projects/status/github/snipsco/rustling-ontology?branch=master&svg=true)](https://ci.appveyor.com/project/snipsco/rustling-ontology) Probabilistic parser for entity detection based on Rustling (https://github.com/snipsco/rustling) diff --git a/cli-debug/Cargo.toml b/cli-debug/Cargo.toml index 666ff65a..ebac5eee 100644 --- a/cli-debug/Cargo.toml +++ b/cli-debug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-cli-debug" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj ", "Mathieu Poumeyrol "] edition = "2018" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f3130239..65396f4f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-cli" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj ", "Mathieu Poumeyrol "] edition = "2018" diff --git a/grammar/Cargo.toml b/grammar/Cargo.toml index b77fa430..2568626a 100644 --- a/grammar/Cargo.toml +++ b/grammar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-grammar" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/grammar/de/Cargo.toml b/grammar/de/Cargo.toml index 24f4b11d..8e9e367f 100644 --- a/grammar/de/Cargo.toml +++ b/grammar/de/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-de" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/grammar/en/Cargo.toml b/grammar/en/Cargo.toml index ca94c075..cf001a78 100644 --- a/grammar/en/Cargo.toml +++ b/grammar/en/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-en" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/grammar/es/Cargo.toml b/grammar/es/Cargo.toml index 80eecdb5..2dec8836 100644 --- a/grammar/es/Cargo.toml +++ b/grammar/es/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-es" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/grammar/fr/Cargo.toml b/grammar/fr/Cargo.toml index 20fb5c37..42d5a474 100644 --- a/grammar/fr/Cargo.toml +++ b/grammar/fr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-fr" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/grammar/it/Cargo.toml b/grammar/it/Cargo.toml index 67c8beef..7c224175 100644 --- a/grammar/it/Cargo.toml +++ b/grammar/it/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-it" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/grammar/ja/Cargo.toml b/grammar/ja/Cargo.toml index 8e6d77c2..9e78e903 100644 --- a/grammar/ja/Cargo.toml +++ b/grammar/ja/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-ja" -version = "0.19.2" +version = "0.19.3" authors = ["Anaïs "] edition = "2018" diff --git a/grammar/ko/Cargo.toml b/grammar/ko/Cargo.toml index 8f95f284..cca095cb 100644 --- a/grammar/ko/Cargo.toml +++ b/grammar/ko/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-ko" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/grammar/pt/Cargo.toml b/grammar/pt/Cargo.toml index dc7b9216..7f59f030 100644 --- a/grammar/pt/Cargo.toml +++ b/grammar/pt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-pt" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/grammar/zh/Cargo.toml b/grammar/zh/Cargo.toml index 48b26c37..42f72ee6 100644 --- a/grammar/zh/Cargo.toml +++ b/grammar/zh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-zh" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/json-utils/Cargo.toml b/json-utils/Cargo.toml index ee0fcdeb..17aa6086 100644 --- a/json-utils/Cargo.toml +++ b/json-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-json-utils" -version = "0.19.2" +version = "0.19.3" authors = ["Hubert De La Jonquiere "] edition = "2018" diff --git a/moment/Cargo.toml b/moment/Cargo.toml index 97ede664..14fe3c74 100644 --- a/moment/Cargo.toml +++ b/moment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-moment" -version = "0.19.2" +version = "0.19.3" authors = ["hdlj "] edition = "2018" diff --git a/values/Cargo.toml b/values/Cargo.toml index 4a9f10d3..ceaba15f 100644 --- a/values/Cargo.toml +++ b/values/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustling-ontology-values" -version = "0.19.2" +version = "0.19.3" authors = ["Mathieu Poumeyrol "] edition = "2018"