summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErin Power <xampprocky@gmail.com>2019-12-28 23:59:32 +0000
committerErin Power <xampprocky@gmail.com>2019-12-28 23:59:32 +0000
commit2129e27d6a69320b19b3e51fac590dd5a74ffde5 (patch)
tree960dec65780b9dcda5a79594aec5f66651a72cac
parent3099dd2420926a1a6864e911ed8b67b0f8207b2a (diff)
Bump version to 10.1.1v10.1.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 548fb5e..1e3af45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 10.1.1
+
+- Fixed `.tokeignore` always working even when `--no-ignore` is present.
+- Updated dependencies
+
+**Added languages**
+
+- @erikaxel Gherkin (Cucumber)
+
# 10.1.0
- Added `cjsx` extension to CoffeeScript.
diff --git a/Cargo.lock b/Cargo.lock
index 4821f46..50146fb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -995,7 +995,7 @@ dependencies = [
[[package]]
name = "tokei"
-version = "10.1.0"
+version = "10.1.1"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index f8e5a8d..3441ae4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
name = "tokei"
readme = "README.md"
repository = "https://github.com/XAMPPRocky/tokei.git"
-version = "10.1.0"
+version = "10.1.1"
[badges]
[badges.appveyor]