Prep for v1.51.1#3005
Conversation
|
I regarded them both as a bug-fix. What's the problem with just making a single release? The only relevant failure is DiffOpt. |
|
We might have failures in other packages that we don't test. Even if they are bug-fixes, that will break existing code. |
|
So if you are developing an MOI layer and you use |
|
But wouldn’t the releases be a day apart anyway? There’s not much point in delaying. And it only really affects complicated layers, which most people are not writing. |
|
We can wait a few days between v1.15.1 and v1.15.2. But if you're fine with it, we can also just release this, let's just first release new version of the four packages that we had to update (EDIT: done). |
|
DiffOpt is fixed now that we released POI |
|
I'm going to merge and tag this as-is. |
|
JuliaFormatter changed: JuliaEditorSupport/JuliaFormatter.jl#1002 This is probably going to cause a lot of pain across |
Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
|
Okay. I'm going to merge. I'll deal with the consequences. |
Basic
versionfield ofProject.tomlhas been updated- If a breaking change, increment the MAJOR field and reset others to 0
- If adding new features, increment the MINOR field and reset PATCH to 0
- If adding bug fixes or documentation changes, increment the PATCH field
Documentation
docs/src/changelog.md, following existing styleTests
MOI.Test.version_addedis implemented.