File tree 6 files changed +10
-5
lines changed
6 files changed +10
-5
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.67.2] - 2019-09-06
5
+ ### Fixed
6
+ - Update kotlin ontology to make parceler happy [ #156 ] ( https://github.com/snipsco/snips-nlu-ontology/pull/156 )
7
+
4
8
## [ 0.67.1] - 2019-09-02
5
9
### Fixed
6
10
- Add default deserialization for alternative intents and slot values when missing [ #155 ] ( https://github.com/snipsco/snips-nlu-ontology/pull/155 )
@@ -205,6 +209,7 @@ All notable changes to this project will be documented in this file.
205
209
### Changed
206
210
- Updated Rustling ontology to ` 0.16.4 `
207
211
212
+ [ 0.67.2 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.67.1...0.67.2
208
213
[ 0.67.1 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.67.0...0.67.1
209
214
[ 0.67.0 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.66.0...0.67.0
210
215
[ 0.66.0 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.65.0...0.66.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology"
3
- version = " 0.67.1 "
3
+ version = " 0.67.2 "
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.67.1 "
3
+ version = " 0.67.2 "
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.67.1 "
3
+ version = " 0.67.2 "
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.67.1 "
3
+ version = " 0.67.2 "
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.67.1 "
11
+ version = " 0.67.2 "
12
12
group = " ai.snips"
13
13
14
14
You can’t perform that action at this time.
0 commit comments