Skip to content

Commit b3cbe59

Browse files
authored
chore: release v0.10.0 (#135)
1 parent f6249db commit b3cbe59

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.9.2"
5+
version = "0.10.0"
66
version_files = ["pyproject.toml"]
77
update_changelog_on_bump = true
88
major_version_zero = true

CHANGELOG.md

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

33
# `qnexus` Release Notes
44

5+
## 0.10.0 (2025-01-16)
6+
7+
8+
### Added
9+
10+
- Fetch incomplete job results (#131).
11+
- Allow use of scope for single resources (#126).
12+
- Improve typing of decorators (#121).
13+
14+
15+
### Fixed
16+
17+
- Ensure wasm can be extracted from wasm downloaded from nexus (#133).
18+
- Device backend_info pydantic schema generation (#127).
19+
20+
521
## 0.9.2 (2024-12-18)
622

723

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qnexus"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
description = "Quantinuum Nexus python client."
55
authors = ["Vanya Eccles <vanya.eccles@quantinuum.com>", "Aidan Keay <aidan.keay@quantinuum.com>", "John Children <john.children@quantinuum.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)