File tree 7 files changed +8
-8
lines changed
snips-nlu-ontology-export
7 files changed +8
-8
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.65.0 ]
5
5
### Added
6
6
- Add datetime subtypes [ #144 ] ( https://github.com/snipsco/snips-nlu-ontology/pull/144 )
7
7
- Add geographical entities [ #145 ] ( https://github.com/snipsco/snips-nlu-ontology/pull/145 )
@@ -185,7 +185,7 @@ All notable changes to this project will be documented in this file.
185
185
### Changed
186
186
- Updated Rustling ontology to ` 0.16.4 `
187
187
188
- [ Unreleased ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.8...HEAD
188
+ [ 0.65.0 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.8...0.65.0
189
189
[ 0.64.8 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.7...0.64.8
190
190
[ 0.64.7 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.6...0.64.7
191
191
[ 0.64.6 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.5...0.64.6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology"
3
- version = " 0.65.0-SNAPSHOT "
3
+ version = " 0.65.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.65.0-SNAPSHOT "
3
+ version = " 0.65.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.65.0-SNAPSHOT "
3
+ version = " 0.65.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.65.0-SNAPSHOT "
3
+ version = " 0.65.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.65.0-SNAPSHOT "
11
+ version = " 0.65.0"
12
12
group = " ai.snips"
13
13
14
14
Original file line number Diff line number Diff line change 1
- version = " 0.65.0-SNAPSHOT "
1
+ version = " 0.65.0"
2
2
group = " ai.snips"
3
3
4
4
You can’t perform that action at this time.
0 commit comments