Skip to content

Commit 23ae280

Browse files
Bump minor versions for packages with code changes in PR #647
Bumps the minor versions for packages that had code changes in PR #647 but were not version-bumped at that time: - BracketingNonlinearSolve: 1.5.0 → 1.6.0 - NonlinearSolveFirstOrder: 1.9.0 → 1.10.0 - NonlinearSolveQuasiNewton: 1.10.0 → 1.11.0 - NonlinearSolveSpectralMethods: 1.5.0 → 1.6.0 - SimpleNonlinearSolve: 2.9.0 → 2.10.0 Also updates compatibility entries in Project.toml and SimpleNonlinearSolve/Project.toml to reflect the new minimum versions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f2b25c9 commit 23ae280

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Aqua = "0.8"
6969
ArrayInterface = "7.16"
7070
BandedMatrices = "1.5"
7171
BenchmarkTools = "1.4"
72-
BracketingNonlinearSolve = "1"
72+
BracketingNonlinearSolve = "1.6"
7373
CommonSolve = "0.2.4"
7474
ConcreteStructs = "0.2.3"
7575
DifferentiationInterface = "0.7.3"
@@ -93,9 +93,9 @@ NLsolve = "4.5"
9393
NaNMath = "1"
9494
NonlinearProblemLibrary = "0.1.2"
9595
NonlinearSolveBase = "2.1"
96-
NonlinearSolveFirstOrder = "1.2"
97-
NonlinearSolveQuasiNewton = "1.8"
98-
NonlinearSolveSpectralMethods = "1.1"
96+
NonlinearSolveFirstOrder = "1.10"
97+
NonlinearSolveQuasiNewton = "1.11"
98+
NonlinearSolveSpectralMethods = "1.6"
9999
OrdinaryDiffEqTsit5 = "1.5"
100100
PETSc = "0.3"
101101
Pkg = "1.10"
@@ -109,7 +109,7 @@ ReverseDiff = "1.15"
109109
SciMLLogging = "1.3"
110110
SIAMFANLEquations = "1.0.1"
111111
SciMLBase = "2.116"
112-
SimpleNonlinearSolve = "2.1"
112+
SimpleNonlinearSolve = "2.10"
113113
SparseArrays = "1.10"
114114
SparseConnectivityTracer = "1"
115115
SparseMatrixColorings = "0.4.5"

lib/BracketingNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BracketingNonlinearSolve"
22
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.5.0"
4+
version = "1.6.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"

lib/NonlinearSolveFirstOrder/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveFirstOrder"
22
uuid = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.9.0"
4+
version = "1.10.0"
55

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

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveQuasiNewton"
22
uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.10.0"
4+
version = "1.11.0"
55

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

lib/NonlinearSolveSpectralMethods/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveSpectralMethods"
22
uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.5.0"
4+
version = "1.6.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SimpleNonlinearSolve"
22
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7"
33
authors = ["SciML"]
4-
version = "2.9.0"
4+
version = "2.10.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -43,7 +43,7 @@ SimpleNonlinearSolveTrackerExt = "Tracker"
4343
ADTypes = "1.2"
4444
Aqua = "0.8.7"
4545
ArrayInterface = "7.16"
46-
BracketingNonlinearSolve = "1.1"
46+
BracketingNonlinearSolve = "1.6"
4747
ChainRulesCore = "1.24"
4848
CommonSolve = "0.2.4"
4949
ConcreteStructs = "0.2.3"

0 commit comments

Comments
 (0)