Skip to content

Commit a7c7133

Browse files
authored
Merge pull request #39 from greyblake/version070
Version070
2 parents 6dee08b + a9c03f7 commit a7c7133

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: rust
22
rust:
33
- 1.32.0
4+
- 1.33.0
45
- stable
56
install:
67
- rustup component add rustfmt

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#### ???
1+
#### v0.7.0 - 2019-03-03
22
* Support Afrikaans language (afr)
3-
3+
* Get rid of build dependencies: installation is much faster now
44

55
#### v0.6.0 - 2018-11-09
66
* Use hashbrown instead of fnv (detect() is 30% faster)

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whatlang"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Sergey Potapov <blake131313@gmail.com>"]
55
edition = "2018"
66
description = "Natural language detection library. Identifies language of a given text."
@@ -14,10 +14,6 @@ categories = ["text-processing", "algorithms"]
1414
include = [
1515
"src/**/*",
1616
"test/**/*",
17-
"misc/data.json",
18-
"misc/supported_languages.csv",
19-
"templates/lang.rs",
20-
"build.rs",
2117
"Cargo.toml",
2218
"README.md"
2319
]

0 commit comments

Comments
 (0)