Skip to content

Commit

Permalink
Merge pull request #59 from snipsco/hotfix/dependencies-conflict
Browse files Browse the repository at this point in the history
[Hotfix] Release 0.57.2
  • Loading branch information
adrienball authored Jul 12, 2018
2 parents 803407f + b41e8e5 commit fb1fea2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.57.2] - 2018-07-12
### Fixed
- Conflict with bindgen dependency

## [0.57.1] - 2018-07-09
### Changed
- Bump `snips-nlu-ontology` to `0.57.1`
Expand Down Expand Up @@ -60,6 +64,7 @@ All notable changes to this project will be documented in this file.
- Rename python package to `snips_nlu_rust`


[0.57.2]: https://github.com/snipsco/snips-nlu-rs/compare/0.57.1...0.57.2
[0.57.1]: https://github.com/snipsco/snips-nlu-rs/compare/0.57.0...0.57.1
[0.57.0]: https://github.com/snipsco/snips-nlu-rs/compare/0.56.1...0.57.0
[0.56.1]: https://github.com/snipsco/snips-nlu-rs/compare/0.56.0...0.56.1
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ffi"
version = "0.57.1"
version = "0.57.2"
authors = [
"Kevin Lefevre <kevin.lefevre@snips.ai>",
"Thibaut Lorrain <thibaut.lorrain@snips.ai>"
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-ffi/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

apply plugin: 'kotlin'

version = "0.57.1"
version = "0.57.2"
group = "ai.snips"

repositories {
Expand Down
4 changes: 2 additions & 2 deletions snips-nlu-ffi/python/snips-nlu-python-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-python-ffi"
version = "0.57.1"
version = "0.57.2"
authors = ["Adrien Ball <adrien.ball@snips.ai>"]

[lib]
Expand All @@ -10,4 +10,4 @@ crate-type = ["cdylib"]
[dependencies]
libc = "0.2"
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "b1f4af3" }
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.57.1" }
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.57.2" }
2 changes: 1 addition & 1 deletion snips-nlu-ffi/python/snips_nlu_rust/__version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.57.1
0.57.2
2 changes: 1 addition & 1 deletion snips-nlu-ffi/swift/SnipsNlu/Dependencies/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

VERSION="0.57.1"
VERSION="0.57.2"
SYSTEM=$(echo $1 | tr '[:upper:]' '[:lower:]')
LIBRARY_NAME=libsnips_nlu_ffi
LIBRARY_NAME_A=${LIBRARY_NAME}.a
Expand Down
4 changes: 2 additions & 2 deletions snips-nlu-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-lib"
version = "0.57.1"
version = "0.57.2"
authors = [
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",
"Kevin Lefevre <kevin.lefevre@snips.ai>"
Expand All @@ -10,7 +10,7 @@ description = "Rust implementation of Snips NLU"

[dependencies]
snips-nlu-resources-packed = { path = "../snips-nlu-resources-packed" }
crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", rev = "b18d95c" }
crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", rev = "30b2ea6" }
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.57.1" }
snips-nlu-ontology-parsers = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.57.1" }
snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.6.1" }
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-resources-packed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-resources-packed"
version = "0.57.1"
version = "0.57.2"
authors = ["Thibaut Lorrain <thibaut.lorrain@snips.ai>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-resources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-resources"
version = "0.57.1"
version = "0.57.2"
authors = ["Thibaut Lorrain <thibaut.lorrain@snips.ai>"]

[dependencies]
Expand Down

0 comments on commit fb1fea2

Please sign in to comment.