Skip to content

Commit

Permalink
Cut version 0.55.0 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Jan 23, 2024
1 parent ad12e0f commit 68bac7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# HAML-Lint Changelog

### 0.55.0

* Lazily open files to avoid file descriptor exhaustion

### 0.54.0

* Drop support for Ruby 2.7, which reached [EoL](https://www.ruby-lang.org/en/downloads/branches/) in March 2023
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.54.0'
VERSION = '0.55.0'
end

0 comments on commit 68bac7a

Please sign in to comment.