From ea871571a34fcdd868da21ad9c16000fe4edebc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Doumouro?= Date: Fri, 12 Jul 2019 11:07:55 +0200 Subject: [PATCH] Release 0.3.0 (#27) --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- ffi/Cargo.toml | 2 +- ffi/ffi-macros/Cargo.toml | 2 +- python/ffi/Cargo.toml | 4 ++-- python/snips_nlu_parsers/__version__ | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a32eb..9cb0e3e 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] +## [0.3.0] ### Changed - Bump `snips-nlu-ontology` to `0.65.0` [#26](https://github.com/snipsco/snips-nlu-parsers/pull/26) - Bump `rustling-ontology` to `0.19.0` [#26](https://github.com/snipsco/snips-nlu-parsers/pull/26) @@ -40,7 +40,7 @@ All notable changes to this project will be documented in this file. - bump `snips-nlu-ontology` to `0.63.0` - re-export `gazetteer-entity-parser` crate -[Unreleased]: https://github.com/snipsco/snips-nlu-parsers/compare/0.2.3...HEAD +[0.3.0]: https://github.com/snipsco/snips-nlu-parsers/compare/0.2.3...0.3.0 [0.2.3]: https://github.com/snipsco/snips-nlu-parsers/compare/0.2.2...0.2.3 [0.2.2]: https://github.com/snipsco/snips-nlu-parsers/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/snipsco/snips-nlu-parsers/compare/0.2.0...0.2.1 diff --git a/Cargo.toml b/Cargo.toml index 4f4296d..2d9802d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-parsers" -version = "0.3.0-SNAPSHOT" +version = "0.3.0" authors = ["Adrien Ball "] edition = "2018" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 2a6feec..f2442e1 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-parsers-ffi" -version = "0.3.0-SNAPSHOT" +version = "0.3.0" authors = ["Adrien Ball "] edition = "2018" diff --git a/ffi/ffi-macros/Cargo.toml b/ffi/ffi-macros/Cargo.toml index 56c6c75..bb20154 100644 --- a/ffi/ffi-macros/Cargo.toml +++ b/ffi/ffi-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-parsers-ffi-macros" -version = "0.3.0-SNAPSHOT" +version = "0.3.0" authors = ["Adrien Ball "] edition = "2018" diff --git a/python/ffi/Cargo.toml b/python/ffi/Cargo.toml index 924cc7a..3cc5b1b 100644 --- a/python/ffi/Cargo.toml +++ b/python/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snips-nlu-parsers-python-ffi" -version = "0.3.0-SNAPSHOT" +version = "0.3.0" authors = ["Adrien Ball "] edition = "2018" @@ -12,6 +12,6 @@ crate-type = ["cdylib"] failure = "0.1" libc = "0.2" ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "291ce1d" } -snips-nlu-parsers-ffi-macros = { path = "../../ffi/ffi-macros" } +snips-nlu-parsers-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.3.0" } snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.65.0" } snips-nlu-ontology-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.65.0" } diff --git a/python/snips_nlu_parsers/__version__ b/python/snips_nlu_parsers/__version__ index daf2bb7..0d91a54 100644 --- a/python/snips_nlu_parsers/__version__ +++ b/python/snips_nlu_parsers/__version__ @@ -1 +1 @@ -0.3.0-SNAPSHOT +0.3.0