From 3e10e2410e0639775fca744b725e3618f4b3513f Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Tue, 13 Feb 2024 11:58:09 +0900 Subject: [PATCH] Cut version 0.57.0 (#493) --- CHANGELOG.md | 4 ++++ lib/haml_lint/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e417398..637b4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # HAML-Lint Changelog +### 0.57.0 + +* Add `GitHubReporter` + ### 0.56.0 * Rubocop: Properly pass the whitespace around tag attributes to RuboCop. This allows some improved corrections and fixes bugs. diff --git a/lib/haml_lint/version.rb b/lib/haml_lint/version.rb index 0cb80dc..82f8256 100644 --- a/lib/haml_lint/version.rb +++ b/lib/haml_lint/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module HamlLint - VERSION = '0.56.0' + VERSION = '0.57.0' end