Releases: kbknapp/cargo-count
Releases · kbknapp/cargo-count
Double Release
v0.2.1 (2015-12-24)
Improvements
- adds C, h++, cc, cxx, cp, and htm extensions (ea4f540a, closes #19)
v0.2.0 (2015-12-24)
Improvements
- Ignore files in accordance with .gitignore (a0c30706, Closes #8, #9)
Bug Fixes
- fixes building on windows due to upstream dep (3333f252)
Auto merge of #15 - kbknapp:v0.1.3, r=kbknapp
v0.1.3 (2015-11-04)
Documentation
- adds cargo install instructions (467dd945)
Features
- uses clippy to lint dev builds (e02b9d9b)
Improvements
- better comparison of f64 values thanks to clippy (6c3a1362)
Bug Fixes
v0.1.2
v0.1.2 (2015-08-25)
Bug Fixes
- Symlinks: adds ability to optionally follow symlinks while counting (d265980e, closes #6, #7)
v0.1.1
v0.1.1 (2015-08-24)
Bug Fixes
- fixes unsafe code count bug in C and C++ files (1c1e01d6, closes #1)
- fixes single line block comment bug (d896412b, closes #2)
- Unsafe Counter: fixes a bug in the unsafe counter for Rust giving incorrect numbers (317d2fc9, closes #5)
v0.1.0
v0.1.0 (2015-08-21)
Documentation
Features