Skip to content

Commit

Permalink
Cut version 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 10, 2024
1 parent 63612f7 commit 377838a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
strategy:
matrix:
ruby-version:
- 3.2
- 3.1
- "3.3"
- "3.2"
- "3.1"
- "3.0"

steps:
Expand Down
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.25.0

* Drop support for Ruby 2.x
* Fix `ControlSpacingStatement` linter handling of `=` in some cases

## 0.24.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ your [SCM hooks](https://github.com/sds/overcommit).

## Requirements

* Ruby 2.4+
* Ruby 3.0+ (for Ruby 2.x support, use slim-lint 0.24.0 or older)
* Slim 3.0+

## Installation
Expand Down

0 comments on commit 377838a

Please sign in to comment.