Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Releases: kbknapp/cargo-count

Double Release

24 Dec 16:50
Compare
Choose a tag to compare

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

04 Nov 09:10
Compare
Choose a tag to compare

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

  • fixes features declarations (de98dde6)

v0.1.2

25 Aug 11:56
Compare
Choose a tag to compare

v0.1.2 (2015-08-25)

Bug Fixes

  • Symlinks: adds ability to optionally follow symlinks while counting (d265980e, closes #6, #7)

v0.1.1

24 Aug 20:54
Compare
Choose a tag to compare

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

21 Aug 18:51
Compare
Choose a tag to compare

v0.1.0 (2015-08-21)

Documentation

Features