Skip to content

Commit

Permalink
Cut version 0.48.0 (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jul 9, 2023
1 parent 154fb1c commit a8db651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/haml_lint/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module HamlLint
VERSION = '0.47.0'
VERSION = '0.48.0'
end

0 comments on commit a8db651

Please sign in to comment.