Skip to content

Commit

Permalink
Prepare for "Tailored" release
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stevepolitodesign committed May 16, 2024
1 parent 7a4ed01 commit 924daf3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
suspenders (3.0.0)
suspenders (20240516.0)
rails (~> 7.0)

GEM
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Unreleased
20240516.0 (May, 16, 2024)

"Tailored" release

* Remove `suspenders` system executable and introduce [application template][]
* Introduce `suspenders:accessibility` generator
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

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

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

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

```ruby
group :development, :test do
gem "suspenders", github: "thoughtbot/suspenders"
gem "suspenders"
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Suspenders
VERSION = "3.0.0".freeze
VERSION = "20240516.0".freeze
RAILS_VERSION = "~> 7.0".freeze
MINIMUM_RUBY_VERSION = ">= 3.1".freeze
MINIMUM_NODE_VERSION = "20.0.0".freeze
Expand Down

0 comments on commit 924daf3

Please sign in to comment.