Skip to content

Commit dcee948

Browse files
committed
add CHANGELOG
1 parent 23018bc commit dcee948

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# main ([unreleased](https://github.com/fastruby/rails_stats/compare/v1.0.2...main))
2+
3+
* [FEATURE: Add basic coverage to RailsStats::CodeStatistics#to_s](https://github.com/fastruby/rails_stats/pull/10)
4+
* [FEATURE: Enable simplecov and codecov](https://github.com/fastruby/rails_stats/pull/18)
5+
* [BUGFIX: Add methods for calculating M/C and LOC/M](https://github.com/fastruby/rails_stats/pull/19)
6+
* [FEATURE: Support JSON output](https://github.com/fastruby/rails_stats/pull/20)
7+
* [FEATURE: Add dependency on bundler-stats and improve output](https://github.com/fastruby/rails_stats/pull/21)
8+
9+
10+
# v1.0.2 / 2020-10-7 ([commits](https://github.com/fastruby/rails_stats/compare/v1.0.1...v1.0.2))
11+
12+
* [CHORE: Relax bundler dependency to make it easier to get started contributing](https://github.com/fastruby/rails_stats/pull/9)
13+
14+
# v1.0.1 / 2018-10-8
15+
16+
* [FEATURE: add more aggregate stats](https://github.com/fastruby/rails_stats/pull/5)
17+
* [FEATURE: More detailed introspection of app](https://github.com/fastruby/rails_stats/pull/1)

0 commit comments

Comments
 (0)