Skip to content

Commit

Permalink
Cut version 0.24.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Feb 2, 2023
1 parent d6a5560 commit ba963fa
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,8 +1,9 @@
# Slim-Lint Changelog

## main (unreleased)
## 0.24.0

* Require RuboCop 1.x or newer
* Silence Parser gem warnings on startup

## 0.23.0

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

# Defines the gem version.
module SlimLint
VERSION = '0.23.0'
VERSION = '0.24.0'
end

0 comments on commit ba963fa

Please sign in to comment.