Skip to content

Commit 2d28f64

Browse files
ClemDoumadrienball
authored andcommitted
Release 0.19.0 (#188)
1 parent 18a10e0 commit 2d28f64

File tree

17 files changed

+32
-16
lines changed

17 files changed

+32
-16
lines changed

CHANGELOG.md

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

4+
## [0.19.0]
5+
### Added
6+
- [All] Added new datetime subtypes [#167](https://github.com/snipsco/rustling-ontology/pull/167)
7+
8+
### Fixed
9+
- [All] Include prefix + in numbers [#186](https://github.com/snipsco/rustling-ontology/pull/186)
10+
- [All] Set boundaries for quarters in datetimes [#185](https://github.com/snipsco/rustling-ontology/pull/185)
11+
- [En] En moneys: add "centime" (request from PM team) [#183](https://github.com/snipsco/rustling-ontology/pull/183)
12+
- [Fr] Fix/fr add duration vocab 2 [#182](https://github.com/snipsco/rustling-ontology/pull/182)
13+
- [Fr] Fr "sept" abbreviation (for "september") removed if no following dot [#178](https://github.com/snipsco/rustling-ontology/pull/178)
14+
- [Es] Misc. fixes for Spanish. [#177](https://github.com/snipsco/rustling-ontology/pull/177)
15+
- [Ja] Delete rule that accepts numbers followed by quantifiers for cardinal [#176](https://github.com/snipsco/rustling-ontology/pull/176)
16+
- [Fr] Fix some interval rules in Fr and switched Duration/Datetime priority [#173](https://github.com/snipsco/rustling-ontology/pull/173)
17+
- [En] Typo in English training [#168](https://github.com/snipsco/rustling-ontology/pull/168)
18+
419
## [0.18.1]
520
### Fixed
621
- [Es] Various fixes
@@ -31,6 +46,7 @@ All notable changes to this project will be documented in this file.
3146
### Changed
3247
- Fuller coverage of Spanish and Italian
3348

49+
[0.19.0]: https://github.com/snipsco/rustling-ontology/compare/0.18.1...0.19.0
3450
[0.18.1]: https://github.com/snipsco/rustling-ontology/compare/0.18.0...0.18.1
3551
[0.18.0]: https://github.com/snipsco/rustling-ontology/compare/0.17.7...0.18.0
3652
[0.17.7]: https://github.com/snipsco/rustling-ontology/compare/0.17.6...0.17.7

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>"]
55
build = "build.rs"
66

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

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.18.1"
3+
version = "0.19.0"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)