File tree 6 files changed +8
-7
lines changed
6 files changed +8
-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
- ## [ Unreleased ]
4
+ ## [ 0.66.0 ]
5
5
### Changed
6
+ - Remove references to entity parsing [ #151 ] ( https://github.com/snipsco/snips-nlu-ontology/pull/151 )
6
7
- Remove support for music entities in korean [ #148 ] ( https://github.com/snipsco/snips-nlu-ontology/pull/148 )
7
8
- Remove snips-nlu-ontology-export kotlin package [ #149 ] ( https://github.com/snipsco/snips-nlu-ontology/pull/149 )
8
9
@@ -190,7 +191,7 @@ All notable changes to this project will be documented in this file.
190
191
### Changed
191
192
- Updated Rustling ontology to ` 0.16.4 `
192
193
193
- [ Unreleased ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.65.0...HEAD
194
+ [ 0.66.0 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.65.0...0.66.0
194
195
[ 0.65.0 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.8...0.65.0
195
196
[ 0.64.8 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.7...0.64.8
196
197
[ 0.64.7 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.6...0.64.7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology"
3
- version = " 0.66.0-SNAPSHOT "
3
+ version = " 0.66.0"
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.66.0-SNAPSHOT "
3
+ version = " 0.66.0"
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.66.0-SNAPSHOT "
3
+ version = " 0.66.0"
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.66.0-SNAPSHOT "
3
+ version = " 0.66.0"
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.66.0-SNAPSHOT "
11
+ version = " 0.66.0"
12
12
group = " ai.snips"
13
13
14
14
You can’t perform that action at this time.
0 commit comments