Skip to content

Commit 2cf74f1

Browse files
committed
Release 20250317.0
1 parent 7eabb4b commit 2cf74f1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
suspenders (20240516.0)
4+
suspenders (20250317.0)
55
rails (~> 8.0)
66

77
GEM

NEWS.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Unreleased
22

3-
* Require `--skip-rubocop` in favor of our [linting configuration][]
3+
20250317.0 (March 17, 2025)
4+
5+
Support Rails 8.
6+
7+
* Fixed: [Force creation of GitHub Actions CI workflow](https://github.com/thoughtbot/suspenders/pull/1249)
8+
* Fixed: [Remove dependabot config in favour of upstream](https://github.com/thoughtbot/suspenders/pull/1247)
9+
* Fixed: [Switch to using yml for generated yaml files](https://github.com/thoughtbot/suspenders/pull/1246)
10+
* Added: [Add support for Rails 8.0](https://github.com/thoughtbot/suspenders/pull/1239)
11+
* Fixed: [Ensure `bin/setup` works](https://github.com/thoughtbot/suspenders/pull/1242)
12+
* Fixed: [Add node_modules to .gitignore](https://github.com/thoughtbot/suspenders/pull/1235)
13+
* Fixed: [Fix generate_readme for running the dev server](https://github.com/thoughtbot/suspenders/pull/1231)
14+
* Added: [Allow running against suspenders main](https://github.com/thoughtbot/suspenders/pull/1230)
15+
* Added: Require `--skip-rubocop` in favor of our [linting configuration][]
416
* Fixed: [Specify a tag when installing capybara_accessible_selectors](https://github.com/thoughtbot/suspenders/issues/1228)
517
* Fixed: [Issue 1229: How do we want to handle un-released versions?](https://github.com/thoughtbot/suspenders/issues/1229)
618
* Fixed: [Issue 1222: README instructions for running the development server are wrong](https://github.com/thoughtbot/suspenders/issues/1222)

lib/suspenders/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Suspenders
2-
VERSION = "20240516.0".freeze
2+
VERSION = "20250317.0".freeze
33
RAILS_VERSION = "~> 8.0".freeze
44
MINIMUM_RUBY_VERSION = ">= 3.1".freeze
55
MINIMUM_NODE_VERSION = "20.0.0".freeze

0 commit comments

Comments
 (0)