Skip to content

Commit 0ea78a2

Browse files
Prepare for "Tailored" release (#1206)
With the merge of #1135 and some subsequent follow-ups, we are ready to officially release the next version of Suspenders. Because we moved to [calver][] in #1106, we need to continue using calver, since the latest release `20230113.0` is greater than `3.0.0`, which was set in haste in ab3eb97 In an effort to better brand this release, we give it the code name "Tailored". [calver]: https://calver.org
1 parent 7a4ed01 commit 0ea78a2

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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 (3.0.0)
4+
suspenders (20240516.0)
55
rails (~> 7.0)
66

77
GEM

NEWS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Unreleased
1+
20240516.0 (May, 16, 2024)
2+
3+
"Tailored" release
24

35
* Remove `suspenders` system executable and introduce [application template][]
46
* Introduce `suspenders:accessibility` generator

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
[![CI](https://github.com/thoughtbot/suspenders/actions/workflows/main.yml/badge.svg)](https://github.com/thoughtbot/suspenders/actions/workflows/main.yml)
44

5-
> [!NOTE]
6-
> You are viewing the latest build of Suspenders, but not the latest release.
7-
85
Suspenders is a [Rails Engine][] containing generators for configuring Rails
96
applications with these [features][].
107

@@ -68,7 +65,7 @@ Suspenders can be used on an existing Rails application by adding it to the
6865

6966
```ruby
7067
group :development, :test do
71-
gem "suspenders", github: "thoughtbot/suspenders"
68+
gem "suspenders"
7269
end
7370
```
7471

lib/suspenders/version.rb

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

0 commit comments

Comments
 (0)