-
Notifications
You must be signed in to change notification settings - Fork 18
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
Reversion of commits v4.4.2..v4.5.0 #133
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #133 +/- ##
==========================================
+ Coverage 96.87% 97.37% +0.50%
==========================================
Files 8 8
Lines 320 305 -15
==========================================
- Hits 310 297 -13
+ Misses 10 8 -2
☔ View full report in Codecov by Sentry. |
@torfjelde can you create a new branch from the previous non-breaking release, then make a new release there? |
Also, I’m confused, v4.5 is a breaking release by semantic versioning, right? |
No, 4.4.x to 4.5.0 is a non-breaking change. This is different from < 1.0.0 where 0.x to 0.x+1 is breaking. |
BTW wouldn't it be better to just yank 4.5.0 from the registry instead of reverting and releasing? |
Oh most definitely! How do we go about doing this? |
Should we just merge #134 and make a release then? While we wait for 4.5.0 to be yanked? |
Let's maybe wait ~2 hours to avoid merge conflicts in the registry? I pinged maintainers of the registry in https://julialang.slack.com/archives/C6M4DQA5P/p1698230734349069. But in principle, yes, I think if the release is yanked we don't have to revert commits in AbstractMCMC but can just bump to 5.0.0 and release. |
The release is yanked. |
This supersedes #132, as in that PR I didn't do a proper
git revert
of all the commits.@yebai @devmotion