Skip to content

Commit 570e9d7

Browse files
committed
release: prepare v0.2.1
1 parent e1fb769 commit 570e9d7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.2.1 - 2026-07-21
6+
7+
- No breaking changes.
8+
- Support LinearSolve 4.2 while retaining compatibility with LinearSolve 3.82.
9+
- Make compatibility metadata tests robust to future compat expansion.
10+
- Keep the full Julia and operating-system CI matrix while avoiding unnecessary
11+
precompilation of the complete transitive test environment.
12+
- Harden TagBot permissions and update GitHub Actions dependencies.
13+
514
## v0.2.0 - 2026-06-13
615

716
- Update compatibility to QUBODrivers 0.6.1 and replace the exact LinearSolve

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumAnnealingInterface"
22
uuid = "d8651ca0-0f93-43a8-b432-4648ccd57c1f"
33
authors = ["pedromxavier <pedromxavier@psr-inc.com>", "David E. Bernal Neira <dbernaln@purdue.edu>"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)