Skip to content

Commit c9b89e9

Browse files
docs: Update CHANGELOG for v0.19.0 (#192)
1 parent 2b6cb58 commit c9b89e9

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.18.2"
5+
version = "0.19.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+
## 0.19.0 (2025-05-21)
6+
7+
8+
### Added
9+
10+
- Move to the latest jobs api in nexus (#190).
11+
12+
513
## 0.18.2 (2025-05-15)
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.18.2"
3+
version = "0.19.0"
44
description = "Quantinuum Nexus python client."
55
authors = [
66
{name = "Vanya Eccles", email = "vanya.eccles@quantinuum.com"},

0 commit comments

Comments
 (0)