Skip to content

Commit 8ce413f

Browse files
committed
chore: prepare v0.7.3 release
1 parent b34ed88 commit 8ce413f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.7.3 - 2026-06-26
6+
7+
- Allowed QUBOTools 0.16 while retaining QUBOTools 0.13, 0.14, and 0.15
8+
compatibility.
9+
510
## v0.7.2 - 2026-06-24
611

712
- Allowed QUBOTools 0.15 while retaining QUBOTools 0.13 and 0.14 compatibility.

Project.toml

Lines changed: 2 additions & 2 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.2"
4+
version = "0.7.3"
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, 0.15"
17+
QUBOTools = "0.13, 0.14, 0.15, 0.16"
1818
QUBODrivers = "0.6.1 - 0.6"
1919
julia = "1.10"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Test.@testset "Compatibility metadata" begin
180180
Test.@test compat["julia"] == "1.10"
181181
Test.@test compat["MQLib_jll"] == "0.1.2"
182182
Test.@test compat["QUBODrivers"] == "0.6.1 - 0.6"
183-
Test.@test compat["QUBOTools"] == "0.13, 0.14, 0.15"
183+
Test.@test compat["QUBOTools"] == "0.13, 0.14, 0.15, 0.16"
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)