We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfb07f commit a034611Copy full SHA for a034611
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.1.4 (2022-02-12)
2
+==========
3
+
4
+## Enhancements
5
+* Add support for simplecov's groups feature -w [#2](https://github.com/codeclimate-community/simplecov_json_formatter/pull/2) @PragTob
6
7
0.1.3 (2021-05-02)
8
==========
9
lib/simplecov_json_formatter/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SimpleCovJSONFormatter
- VERSION = '0.1.3'
+ VERSION = '0.1.4'
end
0 commit comments