Skip to content

Commit

Permalink
Merge pull request #39 from greyblake/version070
Browse files Browse the repository at this point in the history
Version070
  • Loading branch information
greyblake committed Mar 3, 2019
2 parents 6dee08b + a9c03f7 commit a7c7133
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: rust
rust:
- 1.32.0
- 1.33.0
- stable
install:
- rustup component add rustfmt
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### ???
#### v0.7.0 - 2019-03-03
* Support Afrikaans language (afr)

* Get rid of build dependencies: installation is much faster now

#### v0.6.0 - 2018-11-09
* Use hashbrown instead of fnv (detect() is 30% faster)
Expand Down
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whatlang"
version = "0.6.0"
version = "0.7.0"
authors = ["Sergey Potapov <blake131313@gmail.com>"]
edition = "2018"
description = "Natural language detection library. Identifies language of a given text."
Expand All @@ -14,10 +14,6 @@ categories = ["text-processing", "algorithms"]
include = [
"src/**/*",
"test/**/*",
"misc/data.json",
"misc/supported_languages.csv",
"templates/lang.rs",
"build.rs",
"Cargo.toml",
"README.md"
]
Expand Down

0 comments on commit a7c7133

Please sign in to comment.