Skip to content

Commit 8264630

Browse files
authored
Release 0.66.0 (#152)
1 parent 9f6285d commit 8264630

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [0.66.0]
55
### Changed
6+
- Remove references to entity parsing [#151](https://github.com/snipsco/snips-nlu-ontology/pull/151)
67
- Remove support for music entities in korean [#148](https://github.com/snipsco/snips-nlu-ontology/pull/148)
78
- Remove snips-nlu-ontology-export kotlin package [#149](https://github.com/snipsco/snips-nlu-ontology/pull/149)
89

@@ -190,7 +191,7 @@ All notable changes to this project will be documented in this file.
190191
### Changed
191192
- Updated Rustling ontology to `0.16.4`
192193

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
194195
[0.65.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.8...0.65.0
195196
[0.64.8]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.7...0.64.8
196197
[0.64.7]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.6...0.64.7

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ontology"
3-
version = "0.66.0-SNAPSHOT"
3+
version = "0.66.0"
44
authors = [
55
"Adrien Ball <adrien.ball@snips.ai>",
66
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",

doc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ontology-doc"
3-
version = "0.66.0-SNAPSHOT"
3+
version = "0.66.0"
44
authors = ["Adrien Ball <adrien.ball@snips.ai>"]
55
edition = "2018"
66

ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ontology-ffi"
3-
version = "0.66.0-SNAPSHOT"
3+
version = "0.66.0"
44
authors = ["Kevin Lefevre <kevin.lefevre@snips.ai>"]
55
edition = "2018"
66

ffi/ffi-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ontology-ffi-macros"
3-
version = "0.66.0-SNAPSHOT"
3+
version = "0.66.0"
44
authors = [
55
"Kevin Lefevre <kevin.lefevre@snips.ai>",
66
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",

platforms/kotlin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010

11-
version = "0.66.0-SNAPSHOT"
11+
version = "0.66.0"
1212
group = "ai.snips"
1313

1414

0 commit comments

Comments
 (0)