Skip to content

Commit d44838a

Browse files
authored
docs: Update CHANGELOG for v0.40.0 (#313)
1 parent 0ce29a7 commit d44838a

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
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.39.0"
5+
version = "0.40.0"
66
version_files = [
77
"pyproject.toml:version",
88
"uv.lock:version"

CHANGELOG.md

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

33
# `qnexus` Release Notes
44

5+
## v0.40.0 (2026-02-12)
6+
7+
8+
### Added
9+
10+
- Added cost_confidence api on jobs, hugr and qir (#312).
11+
12+
13+
### Fixed
14+
15+
- Update nest-asyncio package (#310).
16+
- Use files glob search for publish-unit-test-result-action (#309).
17+
18+
519
## v0.39.0 (2026-01-09)
620

721

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ As some auth tests these manipulate environment variables they are currently run
133133
- Create a release branch `git checkout -b release/vx.y.z`
134134
- `git add` the modifications, then `git commit` and `git push` them.
135135
- Create a PR (title: `docs: Update CHANGELOG for vx.y.z`)
136-
- Ask a colleague to review the changes (should be just `CHANGELOG.md`, `pyproject.toml` and `.cz.toml`)
136+
- Ask a colleague to review the changes (should be just `CHANGELOG.md`, `pyproject.toml`, `.cz.toml` and `uv.lock`)
137137
- Squash merge the PR into `main`
138138

139139
### Step 2 - run the release workflow

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.39.0"
3+
version = "0.40.0"
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)