Skip to content

Commit

Permalink
Release 0.19.2 (#196)
Browse files Browse the repository at this point in the history
* Bump version to 0.19.2

* Update Changelog
  • Loading branch information
adrienball authored Sep 12, 2019
1 parent 25eb4b8 commit 9dcefb9
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.19.2]
### Fixed
- Fix chrono issue and move to rust edition 2018 [#194](https://github.com/snipsco/rustling-ontology/pull/194)
- Bump rustling to `0.9.1` [#195](https://github.com/snipsco/rustling-ontology/pull/195)
Expand Down Expand Up @@ -56,6 +56,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Fuller coverage of Spanish and Italian

[0.19.2]: https://github.com/snipsco/rustling-ontology/compare/0.19.1...0.19.2
[0.19.1]: https://github.com/snipsco/rustling-ontology/compare/0.19.0...0.19.1
[0.19.0]: https://github.com/snipsco/rustling-ontology/compare/0.18.1...0.19.0
[0.18.1]: https://github.com/snipsco/rustling-ontology/compare/0.18.0...0.18.1
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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
build = "build.rs"
edition = "2018"
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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["Anaïs <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["Hubert De La Jonquiere <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["hdlj <[email protected]>"]
edition = "2018"

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.19.1"
version = "0.19.2"
authors = ["Mathieu Poumeyrol <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 9dcefb9

Please sign in to comment.