Skip to content

Commit 6f33756

Browse files
authored
docs: Update CHANGELOG for v7.1.0 (#42)
1 parent 1f31239 commit 6f33756

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.commitizen]
22
name = "cz_customize"
33
tag_format = "v$version"
4-
version = "7.0.0"
4+
version = "7.1.0"
55
version_scheme = "semver"
66
version_files = ["pyproject.toml"]
77
update_changelog_on_bump = true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 7.1.0 (2025-10-21)
2+
3+
4+
### Added
5+
6+
- Add leakage detection config (#41).
7+
18
## 7.0.0 (2025-10-03)
29

310

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quantinuum-schemas"
3-
version = "7.0.0"
3+
version = "7.1.0"
44
description = "Shared data models for Quantinuum."
55
authors = [
66
{name = "Matthew Burke", email = "matthew.burke@quantinuum.com"},
@@ -21,7 +21,7 @@ dependencies = [
2121
"ruff >0.11",
2222
"mypy <2.0.0, >=1.10.0",
2323
"pytest <9.0.0, >=8.0.0",
24-
"pytest-cov <7.0.0, >=5.0.0",
24+
"pytest-cov <7.1.0, >=5.0.0",
2525
"pylint>=3.3.7",
2626
"pylint-pytest>=1.1.8",
2727
"pyright>=1.1.302",

0 commit comments

Comments
 (0)