Skip to content

Commit

Permalink
Release 0.4.1 (#41)
Browse files Browse the repository at this point in the history
* Update Changelog

* Bump version to 0.4.1
  • Loading branch information
adrienball authored Sep 2, 2019
1 parent 09b408d commit 595546f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.4.1] - 2019-09-02
### Changed
- Bump `snips-nlu-ontology` to `0.67.1` [#39](https://github.com/snipsco/snips-nlu-parsers/pull/39)
- Bump `rustling-ontology` to `0.19.1` [#40](https://github.com/snipsco/snips-nlu-parsers/pull/40)

## [0.4.0] - 2019-08-28
### Added
- Add `alternative_resolved_values` attribute to `GazetteerEntityMatch` [#36](https://github.com/snipsco/snips-nlu-parsers/pull/36)
Expand Down Expand Up @@ -50,6 +55,7 @@ All notable changes to this project will be documented in this file.
- bump `snips-nlu-ontology` to `0.63.0`
- re-export `gazetteer-entity-parser` crate

[0.4.1]: https://github.com/snipsco/snips-nlu-parsers/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/snipsco/snips-nlu-parsers/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/snipsco/snips-nlu-parsers/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/snipsco/snips-nlu-parsers/compare/0.2.3...0.3.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 = "snips-nlu-parsers"
version = "0.4.0"
version = "0.4.1"
authors = ["Adrien Ball <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-parsers-ffi"
version = "0.4.0"
version = "0.4.1"
authors = ["Adrien Ball <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/ffi-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-parsers-ffi-macros"
version = "0.4.0"
version = "0.4.1"
authors = ["Adrien Ball <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions python/ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-parsers-python-ffi"
version = "0.4.0"
version = "0.4.1"
authors = ["Adrien Ball <[email protected]>"]
edition = "2018"

Expand All @@ -12,6 +12,6 @@ crate-type = ["cdylib"]
failure = "0.1"
libc = "0.2"
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "291ce1d" }
snips-nlu-parsers-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.4.0" }
snips-nlu-parsers-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.4.1" }
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.67.1" }
snips-nlu-ontology-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.67.1" }
2 changes: 1 addition & 1 deletion python/snips_nlu_parsers/__version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1

0 comments on commit 595546f

Please sign in to comment.