Skip to content

Commit

Permalink
Merge pull request #154 from snipsco/release/0.17.7
Browse files Browse the repository at this point in the history
Update version to 0.17.7
  • Loading branch information
rosastern authored Jan 17, 2019
2 parents bd5efca + 0feebbf commit eb10967
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.17.7] - 2019-01-17
### Changed
- Fix resolution of decimal numbers in textual form.

[0.17.7]: https://github.com/snipsco/rustling-ontology/compare/0.17.6...0.17.7


## [0.17.6] - 2018-12-13
### Changed
- Fuller coverage of Spanish and Italian
Expand Down
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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]
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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion grammar/it/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustling-ontology-it"
version = "0.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["Anaïs <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["Hubert De La Jonquiere <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["hdlj <[email protected]>"]

[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.17.6"
version = "0.17.7"
authors = ["Mathieu Poumeyrol <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit eb10967

Please sign in to comment.