Skip to content

Commit d383254

Browse files
authored
docs: release v0.29.0 (#252)
1 parent e36e760 commit d383254

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
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.28.0"
5+
version = "0.29.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.29.0 (2025-08-14)
6+
7+
8+
### Added
9+
10+
- Upgrade minimum quantinuum-schemas to v5.1.0 (#251).
11+
12+
513
## v0.28.0 (2025-08-13)
614

715

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.28.0"
3+
version = "0.29.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, <14",
2323
"pydantic-settings >=2, <3.0",
24-
"quantinuum-schemas>=5.0.0,<6.0",
24+
"quantinuum-schemas>=5.1.0,<6.0",
2525
"hugr >=0.12.5, <1.0.0",
2626
]
2727

uv.lock

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

0 commit comments

Comments
 (0)