Skip to content

Commit

Permalink
Update version and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed May 19, 2020
1 parent 08e90ae commit cd60647
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 34 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 11.2.0

**Added Languages**
- @alexmaco Dhall
- @NickHackman Svelte
- @athas Futhark
- @morphy2k Gohtml
- @LucasMW Headache
- @rosasynstylae Tsx
- @XAMPPRocky OpenType Feature Files

- Added shebang and env detection for Crystal.
- @NickHackman Updated both Vue and HTML to count CSS & JS comments as comments.
- @XAMPPRocky renamed Perl6's display name to Rakudo.
- @dbackeus Added `erb` extension for Ruby HTML.
- @kobataiwan Tokei will now check for a configuration file in your home
directory as well as your current and configuration directory.
- @dependabot Updated dependencies

# 11.1.0

**Added Languages**
Expand Down
66 changes: 33 additions & 33 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.1.1"
version = "11.2.0"

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

0 comments on commit cd60647

Please sign in to comment.