From 3d288253dadd3a402a07b772c61030663b438133 Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Mon, 25 Nov 2024 01:50:15 +0100 Subject: [PATCH 1/2] Bump version to 1.6.4 --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index 5f6b611bf..e31ffcb7e 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: ameba -version: 1.6.3 +version: 1.6.4 authors: - Vitalii Elenhaupt From 50778d761cfafec0fca26ad6818b799e20796190 Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Mon, 25 Nov 2024 17:32:17 +0100 Subject: [PATCH 2/2] Remove invalid trailing comma in json example --- src/ameba/formatter/json_formatter.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ameba/formatter/json_formatter.cr b/src/ameba/formatter/json_formatter.cr index a65d5fb3c..1ffdb9828 100644 --- a/src/ameba/formatter/json_formatter.cr +++ b/src/ameba/formatter/json_formatter.cr @@ -59,7 +59,7 @@ module Ameba::Formatter # "summary": { # "issues_count": 3, # "target_sources_count": 1, - # }, + # } # } # ``` class JSONFormatter < BaseFormatter