Skip to content

Commit

Permalink
Version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Sep 6, 2018
1 parent 2930ffc commit 909749e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.16.5] - 2018-0906
### Fixed
- Segfault in CRFSuite when the `CRFSlotFiller` is fitted only on empty utterances

## [0.16.4] - 2018-08-30
### Fixed
- Issue with the `CrfSlotFiller` file names in the `ProbabilisticIntentParser` serialization
Expand Down Expand Up @@ -135,6 +140,7 @@ several commands.
- Fix compiling issue with `bindgen` dependency when installing from source
- Fix issue in `CRFSlotFiller` when handling builtin entities

[0.16.5]: https://github.com/snipsco/snips-nlu/compare/0.16.4...0.16.5
[0.16.4]: https://github.com/snipsco/snips-nlu/compare/0.16.3...0.16.4
[0.16.3]: https://github.com/snipsco/snips-nlu/compare/0.16.2...0.16.3
[0.16.2]: https://github.com/snipsco/snips-nlu/compare/0.16.1...0.16.2
Expand Down
2 changes: 1 addition & 1 deletion snips_nlu/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__email__ = "[email protected], [email protected]"
__license__ = "Apache License, Version 2.0"

__version__ = "0.16.4"
__version__ = "0.16.5"
__model_version__ = "0.16.0"

__download_url__ = "https://github.com/snipsco/snips-nlu-language-resources/releases/download"
Expand Down

0 comments on commit 909749e

Please sign in to comment.