Skip to content

Commit b34ed88

Browse files
authored
Merge pull request #30 from JuliaQUBO/codex/update-juliaqubo-ecosystem
[codex] prepare v0.7.2 release
2 parents 82e4637 + 8c9c0a0 commit b34ed88

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## v0.7.2 - 2026-06-24
6+
7+
- Allowed QUBOTools 0.15 while retaining QUBOTools 0.13 and 0.14 compatibility.
8+
- Made the QUBODrivers 0.6 compatibility range explicit so the package can
9+
resolve with QUBODrivers 0.6.4 and the current JuliaQUBO stack.
10+
511
## v0.7.1 - 2026-06-23
612

713
- Allowed QUBOTools 0.14 while retaining QUBOTools 0.13 compatibility.

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MQLib"
22
uuid = "16f11440-1623-44c9-850c-358a6c72f3c9"
33
authors = ["pedromxavier <mail@pedro.ϵλ>", "pedroripper <pedroripper@psr-inc.com>", "David E. Bernal Neira <dbernaln@purdue.edu>"]
4-
version = "0.7.1"
4+
version = "0.7.2"
55

66
[deps]
77
MQLib_jll = "4dedf8fe-8d9a-5fb8-8563-19379e8d5c54"
@@ -14,6 +14,6 @@ QUBOTools = "60eb5b62-0a39-4ddc-84c5-97d2adff9319"
1414
MQLib_jll = "0.1.2"
1515
MathOptInterface = "1"
1616
Printf = "1"
17-
QUBOTools = "0.13, 0.14"
18-
QUBODrivers = "0.6.1"
17+
QUBOTools = "0.13, 0.14, 0.15"
18+
QUBODrivers = "0.6.1 - 0.6"
1919
julia = "1.10"

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ Test.@testset "Compatibility metadata" begin
179179

180180
Test.@test compat["julia"] == "1.10"
181181
Test.@test compat["MQLib_jll"] == "0.1.2"
182-
Test.@test compat["QUBODrivers"] == "0.6.1"
183-
Test.@test compat["QUBOTools"] == "0.13, 0.14"
182+
Test.@test compat["QUBODrivers"] == "0.6.1 - 0.6"
183+
Test.@test compat["QUBOTools"] == "0.13, 0.14, 0.15"
184184

185185
ci = read(joinpath(root, ".github", "workflows", "ci.yml"), String)
186186
Test.@test occursin(r"version:\s*'1\.10'", ci)

0 commit comments

Comments
 (0)