Skip to content

Commit

Permalink
Release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum authored Jun 18, 2019
1 parent 2627a17 commit 523705a
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 17 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion cli-debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-cli-debug"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>", "Mathieu Poumeyrol <kali@zoy.org>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-cli"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>", "Mathieu Poumeyrol <kali@zoy.org>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-grammar"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/de/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-de"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/en/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-en"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/es/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-es"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/fr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-fr"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/it/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-it"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/ja/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-ja"
version = "0.18.0"
version = "0.18.1"
authors = ["Anaïs <anais@chanclu.fr>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/ko/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-ko"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/pt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-pt"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <rosa.stern@snips.ai>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/zh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-zh"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion json-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-json-utils"
version = "0.18.0"
version = "0.18.1"
authors = ["Hubert De La Jonquiere <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion moment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-moment"
version = "0.18.0"
version = "0.18.1"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion values/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-values"
version = "0.18.0"
version = "0.18.1"
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]

[dependencies]
Expand Down

0 comments on commit 523705a

Please sign in to comment.