Skip to content

Commit

Permalink
Add support for datetime subtypes in French (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienball authored Sep 12, 2019
1 parent 75f1258 commit 0c918b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
### Fixed
- Optimize memory footprint of resources [#151](https://github.com/snipsco/snips-nlu-rs/pull/151)

### Added
- Add support for datetime subtypes in French [#152](https://github.com/snipsco/snips-nlu-rs/pull/152)

## [0.65.2] - 2019-09-06
### Fixed
- Freeze chrono to 0.4.8 to fix issue with rustling-ontology [#149](https://github.com/snipsco/snips-nlu-rs/pull/149)
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ members = [
crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", tag = "0.3.1" }
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.1" }
snips-nlu-parsers = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.4.2" }
failure = "0.1"
base64 = "0.10"
itertools = { version = "0.8", default-features = false }
Expand All @@ -34,7 +34,6 @@ ndarray = "0.12"
regex = "1.0"
csv = "1.0"
zip = { version = "0.5", default-features = false, features = ["deflate"] }
chrono = "=0.4.8"

[dev-dependencies]
bencher = { git = "https://github.com/snipsco/bencher", rev = "63910ace" }
Expand Down

0 comments on commit 0c918b4

Please sign in to comment.