-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Update README #89
Conversation
README.md
Outdated
| Palm | `>=16.0, <17` | `quince` | `>=2.1.0, <3.4.0` | | ||
| Quince | `>=17.0, <18` | `quince` | `>=3.1.0, <3.4.0` | | ||
| Redwood[^journal] | `>=18.0, <19` | `main` | `>=3.3.0` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that since we are effectively dropping support for any release prior to Redwood, we should bump the major number on the next release. Which would mean that it should be this instead:
| Palm | `>=16.0, <17` | `quince` | `>=2.1.0, <3.4.0` | | |
| Quince | `>=17.0, <18` | `quince` | `>=3.1.0, <3.4.0` | | |
| Redwood[^journal] | `>=18.0, <19` | `main` | `>=3.3.0` | | |
| Palm | `>=16.0, <17` | `quince` | `>=2.1.0, <4` | | |
| Quince | `>=17.0, <18` | `quince` | `>=3.1.0, <4` | | |
| Redwood[^journal] | `>=18.0, <19` | `main` | `>=4` | |
... or can you think of a reason why that would be a terrible idea?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well a major release bump makes sense yes, but for Redwood we should still set >=3.3.0
to match the Changelog entries, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see that necessity, to be honest. That we started to support Redwood in 3.3.0 doesn't keep us from saying we now only want to support it with 4.0.0 forward. Wouldn't you agree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, sure.
8cbb109
to
40058e7
Compare
Update the compatibility matrix with correct plugin versions and branches.
Thank you! |
Update the compatibility matrix with correct plugin versions and branches.