From a45064d2d4a76d146e4df9480e21568024c74871 Mon Sep 17 00:00:00 2001 From: Adrien Ball Date: Thu, 12 Sep 2019 17:29:20 +0200 Subject: [PATCH] Release 0.65.3 (#153) * Bump version to 0.65.3 * Update Changelog --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- ffi/cbindgen.toml | 2 +- platforms/c/libsnips_nlu.h | 2 +- platforms/kotlin/build.gradle | 2 +- platforms/python/ffi/Cargo.toml | 4 ++-- platforms/python/snips_nlu_rust/__version__ | 2 +- platforms/swift/SnipsNlu/Dependencies/build.sh | 2 +- 9 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ef1fc8..8b7a607c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] - 2019-09-10 +## [0.65.3] - 2019-09-12 ### Fixed - Optimize memory footprint of resources [#151](https://github.com/snipsco/snips-nlu-rs/pull/151) @@ -237,6 +237,7 @@ being statically hardcoded, reducing the binary size by 31Mb. - Improve support for japanese - Rename python package to `snips_nlu_rust` +[0.65.3]: https://github.com/snipsco/snips-nlu-rs/compare/0.65.2...0.65.3 [0.65.2]: https://github.com/snipsco/snips-nlu-rs/compare/0.65.1...0.65.2 [0.65.1]: https://github.com/snipsco/snips-nlu-rs/compare/0.65.0...0.65.1 [0.65.0]: https://github.com/snipsco/snips-nlu-rs/compare/0.64.4...0.65.0 diff --git a/Cargo.toml b/Cargo.toml index 48426c8d..5b74f289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-lib" -version = "0.65.2" +version = "0.65.3" authors = [ "Adrien Ball ", "Clement Doumouro ", diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 1a8fb336..85808c75 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-ffi" -version = "0.65.2" +version = "0.65.3" edition = "2018" authors = [ "Adrien Ball ", diff --git a/ffi/cbindgen.toml b/ffi/cbindgen.toml index 0aee3e86..88802a84 100644 --- a/ffi/cbindgen.toml +++ b/ffi/cbindgen.toml @@ -2,7 +2,7 @@ language = "c" include_guard = "LIBSNIPS_NLU_H_" -header = "#define SNIPS_NLU_VERSION \"0.65.2\"" +header = "#define SNIPS_NLU_VERSION \"0.65.3\"" [parse] parse_deps = true diff --git a/platforms/c/libsnips_nlu.h b/platforms/c/libsnips_nlu.h index 36de6100..ea4efede 100644 --- a/platforms/c/libsnips_nlu.h +++ b/platforms/c/libsnips_nlu.h @@ -1,4 +1,4 @@ -#define SNIPS_NLU_VERSION "0.65.2" +#define SNIPS_NLU_VERSION "0.65.3" #ifndef LIBSNIPS_NLU_H_ #define LIBSNIPS_NLU_H_ diff --git a/platforms/kotlin/build.gradle b/platforms/kotlin/build.gradle index 7feebb60..8a2e1603 100644 --- a/platforms/kotlin/build.gradle +++ b/platforms/kotlin/build.gradle @@ -11,7 +11,7 @@ buildscript { apply plugin: 'kotlin' -version = "0.65.2" +version = "0.65.3" group = "ai.snips" repositories { diff --git a/platforms/python/ffi/Cargo.toml b/platforms/python/ffi/Cargo.toml index a9b53380..899399a4 100644 --- a/platforms/python/ffi/Cargo.toml +++ b/platforms/python/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-python-ffi" -version = "0.65.2" +version = "0.65.3" authors = ["Adrien Ball "] edition = "2018" @@ -11,4 +11,4 @@ crate-type = ["cdylib"] [dependencies] libc = "0.2" ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "4292ad9" } -snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.65.2" } +snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.65.3" } diff --git a/platforms/python/snips_nlu_rust/__version__ b/platforms/python/snips_nlu_rust/__version__ index 8fbb20c5..0b986c16 100644 --- a/platforms/python/snips_nlu_rust/__version__ +++ b/platforms/python/snips_nlu_rust/__version__ @@ -1 +1 @@ -0.65.2 +0.65.3 diff --git a/platforms/swift/SnipsNlu/Dependencies/build.sh b/platforms/swift/SnipsNlu/Dependencies/build.sh index d05f4e37..69828cfb 100755 --- a/platforms/swift/SnipsNlu/Dependencies/build.sh +++ b/platforms/swift/SnipsNlu/Dependencies/build.sh @@ -4,7 +4,7 @@ set -e -VERSION="0.65.2" +VERSION="0.65.3" SYSTEM=$(echo $1 | tr '[:upper:]' '[:lower:]') LIBRARY_NAME=libsnips_nlu_ffi LIBRARY_NAME_A=${LIBRARY_NAME}.a