Skip to content

Commit 3e3d1a8

Browse files
committed
chore: merge main
2 parents d15eab3 + f73a436 commit 3e3d1a8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-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.13.0"
5+
version = "0.14.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
@@ -3,6 +3,14 @@
33
# `qnexus` Release Notes
44

55

6+
## v0.14.0 (2025-04-01)
7+
8+
9+
### Changed
10+
11+
- Updated the guppylang version to 0.18.0.
12+
13+
614
## v0.13.0 (2025-03-31)
715

816

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.13.0"
3+
version = "0.14.0"
44
description = "Quantinuum Nexus python client."
55
authors = [
66
{name = "Vanya Eccles", email = "vanya.eccles@quantinuum.com"},
@@ -23,7 +23,7 @@ dependencies = [
2323
"pydantic-settings >=2, <3.0",
2424
"quantinuum-schemas >=2.1, <3.0",
2525
"hugr >=0.11.4, <1.0.0",
26-
"guppylang >=0.17.0, <1.0.0",
26+
"guppylang >=0.18.0, <1.0.0",
2727
]
2828

2929
[project.optional-dependencies]

0 commit comments

Comments
 (0)