Skip to content

Commit

Permalink
Release/0.64.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum authored Jun 18, 2019
1 parent 57fbaa2 commit d08a2e9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.64.7] - 2019-06-18
### Fixed
- Portuguese builtin entity examples

## [0.64.6] - 2019-04-08
### Added
- Add converters from C to Rust for ontology objects [#135](https://github.com/snipsco/snips-nlu-ontology/pull/135)
Expand Down Expand Up @@ -171,6 +175,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Updated Rustling ontology to `0.16.4`

[0.64.7]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.6...0.64.7
[0.64.6]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.5...0.64.6
[0.64.5]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.4...0.64.5
[0.64.4]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.3...0.64.4
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.6"
version = "0.64.7"
authors = [
"Adrien Ball <adrien.ball@snips.ai>",
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",
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.6"
version = "0.64.7"
authors = ["Adrien Ball <adrien.ball@snips.ai>"]
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.6"
version = "0.64.7"
authors = ["Kevin Lefevre <kevin.lefevre@snips.ai>"]
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.6"
version = "0.64.7"
authors = [
"Kevin Lefevre <kevin.lefevre@snips.ai>",
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",
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.6"
version = "0.64.7"
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.6"
version = "0.64.7"
group = "ai.snips"


Expand Down
2 changes: 1 addition & 1 deletion src/entity/builtin_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ impl BuiltinEntityKind {
"2001",
],
BuiltinEntityKind::Ordinal => &[
"primera",
"primeira",
],
BuiltinEntityKind::Temperature => &[
"70 graus kelvin",
Expand Down

0 comments on commit d08a2e9

Please # to comment.