Skip to content

Commit 9dcefb9

Browse files
authored
Release 0.19.2 (#196)
* Bump version to 0.19.2 * Update Changelog
1 parent 25eb4b8 commit 9dcefb9

File tree

17 files changed

+18
-17
lines changed

17 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

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

59+
[0.19.2]: https://github.com/snipsco/rustling-ontology/compare/0.19.1...0.19.2
5960
[0.19.1]: https://github.com/snipsco/rustling-ontology/compare/0.19.0...0.19.1
6061
[0.19.0]: https://github.com/snipsco/rustling-ontology/compare/0.18.1...0.19.0
6162
[0.18.1]: https://github.com/snipsco/rustling-ontology/compare/0.18.0...0.18.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"

cli-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-cli-debug"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55
edition = "2018"
66

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-cli"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55
edition = "2018"
66

grammar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-grammar"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>"]
55
edition = "2018"
66

grammar/de/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-de"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>"]
55
edition = "2018"
66

grammar/en/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-en"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>"]
55
edition = "2018"
66

grammar/es/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-es"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>"]
55
edition = "2018"
66

grammar/fr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-fr"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>"]
55
edition = "2018"
66

grammar/it/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-it"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["hdlj <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)