Skip to content

Commit ba73675

Browse files
authored
Release 0.67.2 (#157)
* Bump version to 0.67.2 * Update Changelog
1 parent a476478 commit ba73675

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGELOG.md

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

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+
48
## [0.67.1] - 2019-09-02
59
### Fixed
610
- 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.
205209
### Changed
206210
- Updated Rustling ontology to `0.16.4`
207211

212+
[0.67.2]: https://github.com/snipsco/snips-nlu-ontology/compare/0.67.1...0.67.2
208213
[0.67.1]: https://github.com/snipsco/snips-nlu-ontology/compare/0.67.0...0.67.1
209214
[0.67.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.66.0...0.67.0
210215
[0.66.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.65.0...0.66.0

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.67.1"
3+
version = "0.67.2"
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.67.1"
3+
version = "0.67.2"
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.67.1"
3+
version = "0.67.2"
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.67.1"
3+
version = "0.67.2"
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.67.1"
11+
version = "0.67.2"
1212
group = "ai.snips"
1313

1414

0 commit comments

Comments
 (0)