You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump all package minor versions to release PR #479 fixes
PR #479 merged bug fixes across all sub-libraries plus a SciMLBase
compat tightening (dropped v2 lower bound), but did not bump any
package versions — so the subsequent register attempts on the merge
commit all failed with "Version X.Y.Z already exists".
Minor bump (dropping the SciMLBase v2 lower bound is a breaking compat
change for downstream consumers of those ranges):
- BoundaryValueDiffEqCore 2.3.1 -> 2.4.0
- BoundaryValueDiffEqAscher 1.13.0 -> 1.14.0
- BoundaryValueDiffEqFIRK 1.14.0 -> 1.15.0
- BoundaryValueDiffEqMIRK 1.14.0 -> 1.15.0
- BoundaryValueDiffEqMIRKN 1.13.0 -> 1.14.0
- BoundaryValueDiffEqShooting 1.14.0 -> 1.15.0
- BoundaryValueDiffEq (top) 5.21.0 -> 5.22.0
Inter-sublib compat entries (e.g. BoundaryValueDiffEqCore = "2.2" in
the FIRK/MIRK Project.tomls) already cover Core 2.4, and the top-level
Project.toml pins sublibs by major only, so no compat edits are
needed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments