Skip to content

Commit

Permalink
Bump crfsuite version to 0.3.2 (#155)
Browse files Browse the repository at this point in the history
* Bump crfsuite version to 0.3.2

* Update CHANGELOG.md
  • Loading branch information
Deluvi authored and adrienball committed Jan 15, 2020
1 parent a45064d commit a0a2f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
### Changed
- Bumped crfsuite to `0.3.2` [#155](https://github.com/snipsco/snips-nlu-rs/pull/155)

## [0.65.3] - 2019-09-12
### Fixed
- Optimize memory footprint of resources [#151](https://github.com/snipsco/snips-nlu-rs/pull/151)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
]

[dependencies]
crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", tag = "0.3.1" }
crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", tag = "0.3.2" }
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.67.1" }
snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.9.1" }
snips-nlu-parsers = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.4.2" }
Expand Down

0 comments on commit a0a2f8b

Please sign in to comment.