File tree 8 files changed +12
-7
lines changed
snips-nlu-ontology-export
8 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.64.7] - 2019-06-18
5
+ ### Fixed
6
+ - Portuguese builtin entity examples
7
+
4
8
## [ 0.64.6] - 2019-04-08
5
9
### Added
6
10
- Add converters from C to Rust for ontology objects [ #135 ] ( https://github.com/snipsco/snips-nlu-ontology/pull/135 )
@@ -171,6 +175,7 @@ All notable changes to this project will be documented in this file.
171
175
### Changed
172
176
- Updated Rustling ontology to ` 0.16.4 `
173
177
178
+ [ 0.64.7 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.6...0.64.7
174
179
[ 0.64.6 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.5...0.64.6
175
180
[ 0.64.5 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.4...0.64.5
176
181
[ 0.64.4 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.3...0.64.4
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology"
3
- version = " 0.64.6 "
3
+ version = " 0.64.7 "
4
4
authors = [
5
5
" Adrien Ball <adrien.ball@snips.ai>" ,
6
6
" Thibaut Lorrain <thibaut.lorrain@snips.ai>" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology-doc"
3
- version = " 0.64.6 "
3
+ version = " 0.64.7 "
4
4
authors = [" Adrien Ball <adrien.ball@snips.ai>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology-ffi"
3
- version = " 0.64.6 "
3
+ version = " 0.64.7 "
4
4
authors = [" Kevin Lefevre <kevin.lefevre@snips.ai>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology-ffi-macros"
3
- version = " 0.64.6 "
3
+ version = " 0.64.7 "
4
4
authors = [
5
5
" Kevin Lefevre <kevin.lefevre@snips.ai>" ,
6
6
" Thibaut Lorrain <thibaut.lorrain@snips.ai>" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
}
10
10
11
- version = " 0.64.6 "
11
+ version = " 0.64.7 "
12
12
group = " ai.snips"
13
13
14
14
Original file line number Diff line number Diff line change 1
- version = " 0.64.6 "
1
+ version = " 0.64.7 "
2
2
group = " ai.snips"
3
3
4
4
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ impl BuiltinEntityKind {
455
455
"2001" ,
456
456
] ,
457
457
BuiltinEntityKind :: Ordinal => & [
458
- "primera " ,
458
+ "primeira " ,
459
459
] ,
460
460
BuiltinEntityKind :: Temperature => & [
461
461
"70 graus kelvin" ,
You can’t perform that action at this time.
0 commit comments