From 5439aa1f40582f4139499ca83d8dfb90be057f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Moy=C3=A1?= Date: Sat, 12 Feb 2022 17:13:26 -0300 Subject: [PATCH] Release Notes 0.1.4 --- CHANGELOG.md | 6 ++++++ lib/simplecov_json_formatter/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc91f18..c22855a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.1.4 (2022-02-12) +========== + +## Enhancements +* Add support for simplecov's groups feature -w [#2](https://github.com/codeclimate-community/simplecov_json_formatter/pull/2) @PragTob + 0.1.3 (2021-05-02) ========== diff --git a/lib/simplecov_json_formatter/version.rb b/lib/simplecov_json_formatter/version.rb index 7345fb7..ef8fadc 100644 --- a/lib/simplecov_json_formatter/version.rb +++ b/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