Skip to content

Commit

Permalink
Merge pull request #98 from snipsco/task/bump-0-17-0
Browse files Browse the repository at this point in the history
Bump to 0.17.0
  • Loading branch information
hdlj authored Apr 19, 2018
2 parents 7120d42 + c5f3f0d commit 2efa4c0
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion cli-debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-cli-debug"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>", "Mathieu Poumeyrol <kali@zoy.org>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-cli"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>", "Mathieu Poumeyrol <kali@zoy.org>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-grammar"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/de/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-de"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/en/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-en"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/es/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-es"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/fr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-fr"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/ja/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-ja"
version = "0.16.5"
version = "0.17.0"
authors = ["Anaïs <anais@chanclu.fr>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/ko/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-ko"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/zh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-zh"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion json-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-json-utils"
version = "0.1.0"
version = "0.17.0"
authors = ["Hubert De La Jonquiere <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion moment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-moment"
version = "0.16.5"
version = "0.17.0"
authors = ["hdlj <hubert.delajonquiere@snips.net>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion values/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-values"
version = "0.16.5"
version = "0.17.0"
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]

[dependencies]
Expand Down

0 comments on commit 2efa4c0

Please sign in to comment.