Skip to content

Commit 1344983

Browse files
authored
chore: Update for v0.40.1 (#316)
1 parent 3738868 commit 1344983

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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.40.0"
5+
version = "0.40.1"
66
version_files = [
77
"pyproject.toml:version",
88
"uv.lock:version"

CHANGELOG.md

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

33
# `qnexus` Release Notes
44

5+
## v0.40.1 (2026-02-19)
6+
7+
8+
### Fixed
9+
10+
- Costing for h2-xe devices using the wrong device name (#314).
11+
- Improved the log message for missing gate definitions (#315).
12+
13+
514
## v0.40.0 (2026-02-12)
615

716

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qnexus"
3-
version = "0.40.0"
3+
version = "0.40.1"
44
description = "Quantinuum Nexus python client."
55
authors = [
66
{name = "Vanya Eccles", email = "vanya.eccles@quantinuum.com"},

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)