-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Correct RediStack URL and match Vapor's minimum Swift version #211
Conversation
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.
Just the docs link that I can see
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #211 +/- ##
=======================================
Coverage ? 55.58%
=======================================
Files ? 11
Lines ? 412
Branches ? 0
=======================================
Hits ? 229
Misses ? 183
Partials ? 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.
We should update the exports as part of this PR as well
@0xTim Done, along with the URL in the DocC bundle. |
These changes are now available in 5.0.0-alpha.2.2 |
@gwynne we need to either remove the old releases, actually release it (we could take the opportunity to remove exports etc) or fix the release bit, this should be a real release |
Switches to the now-official GitHub URL for RediStack and raises the Swift minimum version to 5.6 to match Vapor.
(Swift version update requires minor version bump.)