Skip to content

Commit d343aad

Browse files
authored
Release 0.65.0
1 parent 89bf59d commit d343aad

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CHANGELOG.md

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

4-
## [Unreleased]
4+
## [0.65.0]
55
### Added
66
- Add datetime subtypes [#144](https://github.com/snipsco/snips-nlu-ontology/pull/144)
77
- 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.
185185
### Changed
186186
- Updated Rustling ontology to `0.16.4`
187187

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
189189
[0.64.8]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.7...0.64.8
190190
[0.64.7]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.6...0.64.7
191191
[0.64.6]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.5...0.64.6

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.65.0-SNAPSHOT"
3+
version = "0.65.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.65.0-SNAPSHOT"
3+
version = "0.65.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.65.0-SNAPSHOT"
3+
version = "0.65.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.65.0-SNAPSHOT"
3+
version = "0.65.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.65.0-SNAPSHOT"
11+
version = "0.65.0"
1212
group = "ai.snips"
1313

1414

platforms/kotlin/snips-nlu-ontology-export/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.65.0-SNAPSHOT"
1+
version = "0.65.0"
22
group = "ai.snips"
33

44

0 commit comments

Comments
 (0)