Skip to content

Commit a034611

Browse files
authored
Release Notes 0.1.4 (#3)
1 parent 5cfb07f commit a034611

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.1.3 (2021-05-02)
28
==========
39

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SimpleCovJSONFormatter
4-
VERSION = '0.1.3'
4+
VERSION = '0.1.4'
55
end

0 commit comments

Comments
 (0)