Skip to content

Commit fb1fea2

Browse files
authored
Merge pull request #59 from snipsco/hotfix/dependencies-conflict
[Hotfix] Release 0.57.2
2 parents 803407f + b41e8e5 commit fb1fea2

File tree

9 files changed

+15
-10
lines changed

9 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.57.2] - 2018-07-12
5+
### Fixed
6+
- Conflict with bindgen dependency
7+
48
## [0.57.1] - 2018-07-09
59
### Changed
610
- Bump `snips-nlu-ontology` to `0.57.1`
@@ -60,6 +64,7 @@ All notable changes to this project will be documented in this file.
6064
- Rename python package to `snips_nlu_rust`
6165

6266

67+
[0.57.2]: https://github.com/snipsco/snips-nlu-rs/compare/0.57.1...0.57.2
6368
[0.57.1]: https://github.com/snipsco/snips-nlu-rs/compare/0.57.0...0.57.1
6469
[0.57.0]: https://github.com/snipsco/snips-nlu-rs/compare/0.56.1...0.57.0
6570
[0.56.1]: https://github.com/snipsco/snips-nlu-rs/compare/0.56.0...0.56.1

snips-nlu-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-ffi"
3-
version = "0.57.1"
3+
version = "0.57.2"
44
authors = [
55
"Kevin Lefevre <[email protected]>",
66
"Thibaut Lorrain <[email protected]>"

snips-nlu-ffi/kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
apply plugin: 'kotlin'
1313

14-
version = "0.57.1"
14+
version = "0.57.2"
1515
group = "ai.snips"
1616

1717
repositories {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-python-ffi"
3-
version = "0.57.1"
3+
version = "0.57.2"
44
authors = ["Adrien Ball <[email protected]>"]
55

66
[lib]
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
libc = "0.2"
1212
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "b1f4af3" }
13-
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.57.1" }
13+
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.57.2" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.57.1
1+
0.57.2

snips-nlu-ffi/swift/SnipsNlu/Dependencies/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -e
66

7-
VERSION="0.57.1"
7+
VERSION="0.57.2"
88
SYSTEM=$(echo $1 | tr '[:upper:]' '[:lower:]')
99
LIBRARY_NAME=libsnips_nlu_ffi
1010
LIBRARY_NAME_A=${LIBRARY_NAME}.a

snips-nlu-lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-lib"
3-
version = "0.57.1"
3+
version = "0.57.2"
44
authors = [
55
"Thibaut Lorrain <[email protected]>",
66
"Kevin Lefevre <[email protected]>"
@@ -10,7 +10,7 @@ description = "Rust implementation of Snips NLU"
1010

1111
[dependencies]
1212
snips-nlu-resources-packed = { path = "../snips-nlu-resources-packed" }
13-
crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", rev = "b18d95c" }
13+
crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", rev = "30b2ea6" }
1414
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.57.1" }
1515
snips-nlu-ontology-parsers = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.57.1" }
1616
snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.6.1" }

snips-nlu-resources-packed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-resources-packed"
3-
version = "0.57.1"
3+
version = "0.57.2"
44
authors = ["Thibaut Lorrain <[email protected]>"]
55
build = "build.rs"
66

snips-nlu-resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-resources"
3-
version = "0.57.1"
3+
version = "0.57.2"
44
authors = ["Thibaut Lorrain <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)