Skip to content

Commit 45bde4e

Browse files
authored
docs: prepare CHANGELOG for v0.39.0 (#307)
1 parent 856ad4d commit 45bde4e

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cz_customize"
33
tag_format = "v$version"
44
version_scheme = "semver"
5-
version = "0.38.0"
5+
version = "0.39.0"
66
version_files = [
77
"pyproject.toml:version",
88
"uv.lock:version"

CHANGELOG.md

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

33
# `qnexus` Release Notes
44

5+
## v0.39.0 (2026-01-09)
6+
7+
8+
### Added
9+
10+
- Avoid starting login flow unless the tokens are expired (#304).
11+
12+
13+
### Fixed
14+
15+
- Update quantinuum-schemas with current HeliosErrorParams.
16+
17+
518
## v0.38.0 (2025-12-01)
619

720

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
| `pytket` | `>=2.3.1, <3.0` | Quantum computing toolkit and interface to the TKET compiler | [https://pypi.org/project/pytket/](https://pypi.org/project/pytket/) |
1313
| `websockets` | `>11, <16` | An implementation of the WebSocket Protocol (RFC 6455 & 7692) | [https://pypi.org/project/websockets/](https://pypi.org/project/websockets/) |
1414
| `pydantic-settings` | `>=2, <3.0` | Settings management using Pydantic | [https://pypi.org/project/pydantic-settings/](https://pypi.org/project/pydantic-settings/) |
15-
| `quantinuum-schemas` | `>=7.3, <8.0` | Shared data models for Quantinuum. | [https://github.com/CQCL/quantinuum-schemas](https://github.com/CQCL/quantinuum-schemas) |
16-
| `hugr` | `>=0.14.0, <1.0.0` | Quantinuum's common representation for quantum programs | [https://github.com/CQCL/hugr/tree/main/hugr-py](https://github.com/CQCL/hugr/tree/main/hugr-py) |
15+
| `quantinuum-schemas` | `>=7.4.1, <8.0` | Shared data models for Quantinuum. | [https://github.com/CQCL/quantinuum-schemas](https://github.com/CQCL/quantinuum-schemas) |
16+
| `hugr` | `>=0.14.0, <1.0.0` | Quantinuum's common representation for quantum programs | [https://github.com/quantinuum/hugr/tree/main/hugr-py](https://github.com/quantinuum/hugr/tree/main/hugr-py) |
1717
| `pyjwt` | `>=2.10.1,<3.0.0` | JSON Web Token implementation in Python | [https://pypi.org/project/PyJWT/](https://pypi.org/project/PyJWT/) |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qnexus"
3-
version = "0.38.0"
3+
version = "0.39.0"
44
description = "Quantinuum Nexus python client."
55
authors = [
66
{name = "Vanya Eccles", email = "vanya.eccles@quantinuum.com"},
@@ -21,7 +21,7 @@ dependencies = [
2121
"pytket >=2.3.1, <3.0",
2222
"websockets >11, <16",
2323
"pydantic-settings >=2, <3.0",
24-
"quantinuum-schemas>=7.3, <8.0",
24+
"quantinuum-schemas>=7.4.1, <8.0",
2525
"hugr >=0.14.0, <1.0.0",
2626
"pyjwt>=2.10.1,<3.0.0",
2727
]

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)