From b90016248ed901ff95c343931383872d2a1a2007 Mon Sep 17 00:00:00 2001 From: ClemDoum Date: Thu, 27 Sep 2018 14:22:16 +0200 Subject: [PATCH] Bump to 0.7.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- python/snips_nlu_utils/__version__ | 2 +- python/snips_nlu_utils_py/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc25eef..3e7a4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [0.6.2] - 2018-09-27 +## [0.7.0] - 2018-09-27 ### Added - Italian support - Appveyor CI @@ -11,5 +11,5 @@ All notable changes to this project will be documented in this file. ### Added - Add `get_shape` function -[0.6.2]: https://github.com/snipsco/snips-nlu-utils/compare/0.6.1...0.6.2 +[0.7.0]: https://github.com/snipsco/snips-nlu-utils/compare/0.6.1...0.7.0 [0.6.1]: https://github.com/snipsco/snips-nlu-utils/compare/0.6.0...0.6.1 diff --git a/Cargo.toml b/Cargo.toml index aac982a..e4ac937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-utils" -version = "0.6.2" +version = "0.7.0" authors = ["Adrien Ball "] [dependencies] diff --git a/python/snips_nlu_utils/__version__ b/python/snips_nlu_utils/__version__ index b616048..faef31a 100644 --- a/python/snips_nlu_utils/__version__ +++ b/python/snips_nlu_utils/__version__ @@ -1 +1 @@ -0.6.2 +0.7.0 diff --git a/python/snips_nlu_utils_py/Cargo.toml b/python/snips_nlu_utils_py/Cargo.toml index 0bec8c4..d7b4613 100644 --- a/python/snips_nlu_utils_py/Cargo.toml +++ b/python/snips_nlu_utils_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-utils-py" -version = "0.6.2" +version = "0.7.0" authors = ["Adrien Ball "] [lib] @@ -8,5 +8,5 @@ name = "_snips_nlu_utils_py" crate-type = ["cdylib"] [dependencies] -snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.6.2" } +snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.7.0" } cpython = { version="0.1", default-features=false }