Skip to content

Commit db4b0c9

Browse files
mateusdeapJuanVqz
authored andcommitted
Release v2.1.0
1 parent d4e3fb0 commit db4b0c9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
* [CHORE: Improve the GH Test Workflow](https://github.com/fastruby/rails_stats/pull/35)
44
* [BUGFIX: Explicitly set format as text for `Bundler::Stats::CLI` on `ConsoleFormatter`](https://github.com/fastruby/rails_stats/pull/43)
5+
6+
# v2.1.0 ([commits](https://github.com/fastruby/rails_stats/compare/v2.1.0...v2.0.1))
7+
58
* [BUGFIX: Fix JSON output missing Code and Tests total count](https://github.com/fastruby/rails_stats/pull/40)
69
* Update README examples
710
* [FEATURE: Output number of tables created from schema.rb or structure.sql, add polymorphic models count](https://github.com/fastruby/rails_stats/pull/37)

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)