Skip to content

Commit

Permalink
Cut version 0.26.0 (#171)
Browse files Browse the repository at this point in the history
Sneaking in here is a minor update to our CI environment (the
`overcommit` version we use) but otherwise is a revert of code that
introduced a bug.
  • Loading branch information
sds committed Jan 16, 2024
1 parent 1ca2151 commit b65f9b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slim-Lint Changelog

## Unreleased
## 0.26.0

* Revert "Fix `ControlSpacingStatement` linter handling of `=` in some cases"

Expand Down
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

# Run all pre-commit hooks via Overcommit during CI runs
gem 'overcommit', '0.60.0'
gem 'overcommit', '0.62.0'

# Needed for Rake integration tests
gem 'rake'
Expand All @@ -15,5 +15,4 @@ gem 'rubocop', '>= 1', '< 2'

gem 'simplecov', require: false

# On Ruby 3, rexml is only a gem
gem 'rexml' if RUBY_VERSION > '3'
gem 'rexml'
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.25.0'
VERSION = '0.26.0'
end

0 comments on commit b65f9b9

Please sign in to comment.