Skip to content

Commit 2e91a2a

Browse files
Don't skip pending versions in the 3.3 floor bump (#4087)
Four sublibraries were already ahead of the registry with a release pending when #4085 patch-bumped them, leaving a hole. AutoMerge rejects those: Does not meet sequential version number guideline: version 2.6.1 skips over 2.6.0 Reverts those four to their pending versions, which already carry the new OrdinaryDiffEqDifferentiation floor. The other nine were at registry+1 and are unaffected. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 463f771 commit 2e91a2a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/DelayDiffEq/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DelayDiffEq"
22
uuid = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "6.1.2"
4+
version = "6.1.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqBDF"
22
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "2.4.2"
4+
version = "2.4.1"
55

66
[deps]
77
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqNonlinearSolve"
22
uuid = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
4-
version = "2.6.1"
4+
version = "2.6.0"
55

66
[deps]
77
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"

lib/OrdinaryDiffEqSDIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqSDIRK"
22
uuid = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "2.8.3"
4+
version = "2.8.2"
55

66
[deps]
77
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"

0 commit comments

Comments
 (0)