Skip to content

Commit

Permalink
Merge pull request #130 from snipsco/hotfix/pt-examples
Browse files Browse the repository at this point in the history
Hotfix pt examples
  • Loading branch information
Kevin Lefèvre authored Feb 27, 2019
2 parents cbf40ca + 8fb1cf4 commit 398ff8b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.64.3] - 2019-02-27
### Fixed
- Portuguese builtin entity examples

## [0.64.2] - 2019-02-27
### Fixed
Expand Down Expand Up @@ -153,6 +156,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Updated Rustling ontology to `0.16.4`

[0.64.3]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.2...0.64.3
[0.64.2]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.1...0.64.2
[0.64.1]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.0...0.64.1
[0.64.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.63.2...0.64.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology"
version = "0.64.2"
version = "0.64.3"
authors = [
"Adrien Ball <[email protected]>",
"Thibaut Lorrain <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-doc"
version = "0.64.2"
version = "0.64.3"
authors = ["Adrien Ball <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-ffi"
version = "0.64.2"
version = "0.64.3"
authors = ["Kevin Lefevre <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/ffi-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-ffi-macros"
version = "0.64.2"
version = "0.64.3"
authors = [
"Kevin Lefevre <[email protected]>",
"Thibaut Lorrain <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion platforms/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}

version = "0.64.2"
version = "0.64.3"
group = "ai.snips"


Expand Down
2 changes: 1 addition & 1 deletion platforms/kotlin/snips-nlu-ontology-export/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.64.2"
version = "0.64.3"
group = "ai.snips"


Expand Down
3 changes: 1 addition & 2 deletions src/entity/builtin_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ impl BuiltinEntityKind {
"845584 francos suíços",
],
BuiltinEntityKind::Duration => &[
"1h",
"1 hora",
"3 meses",
"dez minutos",
"meia hora",
Expand All @@ -456,7 +456,6 @@ impl BuiltinEntityKind {
],
BuiltinEntityKind::Ordinal => &[
"primera",
"novento",
],
BuiltinEntityKind::Temperature => &[
"70 graus kelvin",
Expand Down

0 comments on commit 398ff8b

Please sign in to comment.