Skip to content

Commit b70057c

Browse files
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>
1 parent 4a75209 commit b70057c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BoundaryValueDiffEq"
22
uuid = "764a87c0-6b3e-53db-9096-fe964310641d"
3-
version = "5.21.0"
3+
version = "5.22.0"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/BoundaryValueDiffEqAscher/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BoundaryValueDiffEqAscher"
22
uuid = "7227322d-7511-4e07-9247-ad6ff830280e"
33
authors = ["Qingyu Qu <erikqqy123@gmail.com>"]
4-
version = "1.13.0"
4+
version = "1.14.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/BoundaryValueDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BoundaryValueDiffEqCore"
22
uuid = "56b672f2-a5fe-4263-ab2d-da677488eb3a"
3-
version = "2.3.1"
3+
version = "2.4.0"
44
authors = ["Qingyu Qu <erikqqy123@gmail.com>"]
55

66
[deps]

lib/BoundaryValueDiffEqFIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BoundaryValueDiffEqFIRK"
22
uuid = "85d9eb09-370e-4000-bb32-543851f73618"
3-
version = "1.14.0"
3+
version = "1.15.0"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/BoundaryValueDiffEqMIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BoundaryValueDiffEqMIRK"
22
uuid = "1a22d4ce-7765-49ea-b6f2-13c8438986a6"
3-
version = "1.14.0"
3+
version = "1.15.0"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/BoundaryValueDiffEqMIRKN/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BoundaryValueDiffEqMIRKN"
22
uuid = "9255f1d6-53bf-473e-b6bd-23f1ff009da4"
33
authors = ["Qingyu Qu <erikqqy123@gmail.com>"]
4-
version = "1.13.0"
4+
version = "1.14.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/BoundaryValueDiffEqShooting/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BoundaryValueDiffEqShooting"
22
uuid = "ed55bfe0-3725-4db6-871e-a1dc9f42a757"
3-
version = "1.14.0"
3+
version = "1.15.0"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)