Skip to content

Commit

Permalink
Version bump to 11.1.0 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Apr 13, 2020
1 parent 932c3ed commit c33dfe5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 11.1.0

**Added Languages**

- @rubdos Arduino
- @LuqueDaniel Pan
- @itkovian Ren'Py

- Added `LanguageType::shebangs`, `LanguageType::from_file_extension`, and
`LanguageType::from_shebang`. (@solanav)


# 11.0.0

**Added languages**
Expand Down
27 changes: 11 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
name = "tokei"
readme = "README.md"
repository = "https://github.com/XAMPPRocky/tokei.git"
version = "11.0.0"
version = "11.1.0"

[features]
all = ["json", "cbor", "yaml"]
Expand Down

0 comments on commit c33dfe5

Please sign in to comment.