Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.6.0 #28

Merged
merged 14 commits into from Nov 9, 2018
11 changes: 8 additions & 3 deletions CHANGELOG.md
@@ -1,14 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.5.1] - 2018-10-15
## [0.6.0] - 2018-11-09
### Changed
- Fig bug affecting the backward expansion of possible matches starting with stop words
- Optimize memory usage
- Simpler pattern for errors

[0.5.1]: https://github.com/snipsco/gazetteer-entity-parser/compare/0.5.0...0.5.1
## [0.5.1] - 2018-10-15
### Changed
- Fix bug affecting the backward expansion of possible matches starting with stop words

## [0.5.0] - 2018-10-01
### Changed
- Clearer `ParserBuilder`'s API

[0.6.0]: https://github.com/snipsco/gazetteer-entity-parser/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/snipsco/gazetteer-entity-parser/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/snipsco/gazetteer-entity-parser/compare/0.4.2...0.5.0
5 changes: 3 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gazetteer-entity-parser"
version = "0.5.1"
version = "0.6.0"
authors = ["Alaa Saade <alaa.saade@snips.ai>"]

[profile.bench]
Expand All @@ -16,8 +16,9 @@ fnv = "1.0"

[dev-dependencies]
criterion = "0.2"
dinghy-test = "0.3"
rand = "0.5"
tempfile = "3.0.2"
tempfile = "3"
mio_httpc = {version = "0.6", features = ["rtls"]}
clap = "2"

Expand Down