From a8db651494713737ce17927a4edab6493d5e46e1 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Sun, 9 Jul 2023 15:30:26 -0700 Subject: [PATCH] Cut version 0.48.0 (#421) --- CHANGELOG.md | 3 ++- lib/haml_lint/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a81b88..8e4eec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # HAML-Lint Changelog -# master (unreleased) +# 0.48.0 * Fix `Marshal.dump` error when using `--parallel` option and `RepeatedId` Linter * Improved support for multiline code with RuboCop linting/auto-correction +* Fix handling of ==, !, &, !=, &=, !==, &== # 0.47.0 diff --git a/lib/haml_lint/version.rb b/lib/haml_lint/version.rb index 36f74dc..54bbaec 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.47.0' + VERSION = '0.48.0' end