Skip to content

Commit facc8f1

Browse files
authored
docs: prepare CHANGELOG for v0.37.0 (#286)
1 parent e41503d commit facc8f1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.36.0"
5+
version = "0.37.0"
66
version_files = ["pyproject.toml"]
77
update_changelog_on_bump = true
88
major_version_zero = true

CHANGELOG.md

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

33
# `qnexus` Release Notes
44

5+
## v0.37.0 (2025-11-06)
6+
7+
8+
### Added
9+
10+
- Allow scope setting via context management (#285).
11+
- Collect partial results for queued job items (#284).
12+
513
## v0.36.0 (2025-11-04)
614

715

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.36.0"
3+
version = "0.37.0"
44
description = "Quantinuum Nexus python client."
55
authors = [
66
{name = "Vanya Eccles", email = "vanya.eccles@quantinuum.com"},

0 commit comments

Comments
 (0)