Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# main ([unreleased](https://github.com/fastruby/rails_stats/compare/v1.0.2...main))

# v2.1.0 ([commits](https://github.com/fastruby/rails_stats/compare/v2.1.0...v2.0.1))

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

* [FEATURE: add more aggregate stats](https://github.com/fastruby/rails_stats/pull/5)
* [FEATURE: More detailed introspection of app](https://github.com/fastruby/rails_stats/pull/1)
* [FEATURE: More detailed introspection of app](https://github.com/fastruby/rails_stats/pull/1)
2 changes: 1 addition & 1 deletion lib/rails_stats/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsStats
VERSION = "2.0.1"
VERSION = "2.1.0"
end
Loading