Skip to content

Commit 3bb1313

Browse files
authored
Release 0.19.3 (#206)
* Fix badges in README * Update Changelog * Bump version to 0.19.3
1 parent 48e23a8 commit 3bb1313

File tree

18 files changed

+20
-19
lines changed

18 files changed

+20
-19
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.3]
55
### Fixed
66
- Remove Chinese training examples causing issues on raspbian and windows [#205](https://github.com/snipsco/rustling-ontology/pull/205)
77
- Fix float parsing for all languages [#203](https://github.com/snipsco/rustling-ontology/pull/203)
@@ -62,6 +62,7 @@ All notable changes to this project will be documented in this file.
6262
### Changed
6363
- Fuller coverage of Spanish and Italian
6464

65+
[0.19.3]: https://github.com/snipsco/rustling-ontology/compare/0.19.2...0.19.3
6566
[0.19.2]: https://github.com/snipsco/rustling-ontology/compare/0.19.1...0.19.2
6667
[0.19.1]: https://github.com/snipsco/rustling-ontology/compare/0.19.0...0.19.1
6768
[0.19.0]: https://github.com/snipsco/rustling-ontology/compare/0.18.1...0.19.0

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rustling-ontology
2-
[![Build Status](https://travis-ci.org/snipsco/rustling-ontology.svg?branch=develop)](https://travis-ci.org/snipsco/rustling-ontology)
3-
[![Build Status](https://ci.appveyor.com/api/projects/status/github/snipsco/rustling-ontology?branch=develop&svg=true)](https://ci.appveyor.com/project/snipsco/rustling-ontology)
2+
[![Build Status](https://travis-ci.org/snipsco/rustling-ontology.svg?branch=master)](https://travis-ci.org/snipsco/rustling-ontology)
3+
[![Build Status](https://ci.appveyor.com/api/projects/status/github/snipsco/rustling-ontology?branch=master&svg=true)](https://ci.appveyor.com/project/snipsco/rustling-ontology)
44

55
Probabilistic parser for entity detection based on Rustling (https://github.com/snipsco/rustling)
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.19.2"
3+
version = "0.19.3"
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.2"
3+
version = "0.19.3"
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.2"
3+
version = "0.19.3"
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.2"
3+
version = "0.19.3"
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.2"
3+
version = "0.19.3"
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.2"
3+
version = "0.19.3"
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.2"
3+
version = "0.19.3"
44
authors = ["hdlj <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)