From ba73675d02a65bad65d06c0a0bcad51aa89c80ef Mon Sep 17 00:00:00 2001 From: Adrien Ball Date: Fri, 6 Sep 2019 15:58:18 +0200 Subject: [PATCH] Release 0.67.2 (#157) * Bump version to 0.67.2 * Update Changelog --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- doc/Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- ffi/ffi-macros/Cargo.toml | 2 +- platforms/kotlin/build.gradle | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b94b072..8d805d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.67.2] - 2019-09-06 +### Fixed +- Update kotlin ontology to make parceler happy [#156](https://github.com/snipsco/snips-nlu-ontology/pull/156) + ## [0.67.1] - 2019-09-02 ### Fixed - 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. ### Changed - Updated Rustling ontology to `0.16.4` +[0.67.2]: https://github.com/snipsco/snips-nlu-ontology/compare/0.67.1...0.67.2 [0.67.1]: https://github.com/snipsco/snips-nlu-ontology/compare/0.67.0...0.67.1 [0.67.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.66.0...0.67.0 [0.66.0]: https://github.com/snipsco/snips-nlu-ontology/compare/0.65.0...0.66.0 diff --git a/Cargo.toml b/Cargo.toml index fc09fc3..4d9bddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-ontology" -version = "0.67.1" +version = "0.67.2" authors = [ "Adrien Ball ", "Thibaut Lorrain ", diff --git a/doc/Cargo.toml b/doc/Cargo.toml index 4c6bb91..5be58f3 100644 --- a/doc/Cargo.toml +++ b/doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-ontology-doc" -version = "0.67.1" +version = "0.67.2" authors = ["Adrien Ball "] edition = "2018" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 229ee7e..a672f19 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-ontology-ffi" -version = "0.67.1" +version = "0.67.2" authors = ["Kevin Lefevre "] edition = "2018" diff --git a/ffi/ffi-macros/Cargo.toml b/ffi/ffi-macros/Cargo.toml index b5930ef..37c0f90 100644 --- a/ffi/ffi-macros/Cargo.toml +++ b/ffi/ffi-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-ontology-ffi-macros" -version = "0.67.1" +version = "0.67.2" authors = [ "Kevin Lefevre ", "Thibaut Lorrain ", diff --git a/platforms/kotlin/build.gradle b/platforms/kotlin/build.gradle index d2697b3..661936f 100644 --- a/platforms/kotlin/build.gradle +++ b/platforms/kotlin/build.gradle @@ -8,7 +8,7 @@ buildscript { } } -version = "0.67.1" +version = "0.67.2" group = "ai.snips"