Skip to content

Commit

Permalink
Release 0.19.3 (#206)
Browse files Browse the repository at this point in the history
* Fix badges in README

* Update Changelog

* Bump version to 0.19.3
  • Loading branch information
adrienball authored Jan 23, 2020
1 parent 48e23a8 commit 3bb1313
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 19 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.3]
### Fixed
- Remove Chinese training examples causing issues on raspbian and windows [#205](https://github.com/snipsco/rustling-ontology/pull/205)
- Fix float parsing for all languages [#203](https://github.com/snipsco/rustling-ontology/pull/203)
Expand Down Expand Up @@ -62,6 +62,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Fuller coverage of Spanish and Italian

[0.19.3]: https://github.com/snipsco/rustling-ontology/compare/0.19.2...0.19.3
[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
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.2"
version = "0.19.3"
authors = ["hdlj <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rustling-ontology
[![Build Status](https://travis-ci.org/snipsco/rustling-ontology.svg?branch=develop)](https://travis-ci.org/snipsco/rustling-ontology)
[![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)
[![Build Status](https://travis-ci.org/snipsco/rustling-ontology.svg?branch=master)](https://travis-ci.org/snipsco/rustling-ontology)
[![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)

Probabilistic parser for entity detection based on Rustling (https://github.com/snipsco/rustling)

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

Expand Down

0 comments on commit 3bb1313

Please sign in to comment.