Skip to content

Commit cf34eeb

Browse files
committed
Release v2.1.0
1 parent 805b022 commit cf34eeb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# main ([unreleased](https://github.com/fastruby/rails_stats/compare/v1.0.2...main))
22

3+
# v2.1.0 ([commits](https://github.com/fastruby/rails_stats/compare/v2.1.0...v2.0.1))
4+
35
* [BUGFIX: Fix JSON output missing Code and Tests total count](https://github.com/fastruby/rails_stats/pull/40)
46
* Update README examples
57
* [FEATURE: Output number of tables created from schema.rb or structure.sql, add polymorphic models count](https://github.com/fastruby/rails_stats/pull/37)
@@ -24,4 +26,4 @@
2426
# v1.0.1 / 2018-10-8
2527

2628
* [FEATURE: add more aggregate stats](https://github.com/fastruby/rails_stats/pull/5)
27-
* [FEATURE: More detailed introspection of app](https://github.com/fastruby/rails_stats/pull/1)
29+
* [FEATURE: More detailed introspection of app](https://github.com/fastruby/rails_stats/pull/1)

lib/rails_stats/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RailsStats
4-
VERSION = "2.0.1"
4+
VERSION = "2.1.0"
55
end

0 commit comments

Comments
 (0)