Prepare for "Tailored" release#1206
Merged
stevepolitodesign merged 1 commit intomainfrom May 16, 2024
Merged
Conversation
46d82b6 to
9db8d8f
Compare
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
9db8d8f to
924daf3
Compare
stevepolitodesign
added a commit
that referenced
this pull request
May 16, 2024
Follow-up to #1206 Now that we've released `20240516.0`, we update the application template to reference the released version on RubyGems. This change doesn't require a new release, since this change just affects the application template, and not the Gem itself.
stevepolitodesign
added a commit
that referenced
this pull request
May 16, 2024
Follow-up to #1206 Now that we've released `20240516.0`, we update the application template to reference the released version on RubyGems. This change doesn't require a new release, since this change just affects the application template, and not the Gem itself.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.0is greater than3.0.0,which was set in haste in ab3eb97
In an effort to better brand this release, we give it the code name
"Tailored".