Skip to content

Commit eaa0b38

Browse files
committed
Changelog and updated hatch config
1 parent a8acc85 commit eaa0b38

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [2.0.0] - Unreleased
7+
## [2.0.0] - 2025-04-30
88

99
### Fixed
1010

pyproject.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,6 @@ dependencies = [
5757

5858
[tool.hatch.envs.hatch-test]
5959
extra-args = ["--host=localhost"]
60-
dependencies = [
61-
"coverage[toml]>=6.5",
62-
"pytest",
63-
]
64-
65-
[tool.hatch.envs.test.scripts]
66-
test = "pytest --host=localhost {args:tests}"
67-
test-cov = "coverage run -m pytest --host=localhost {args:tests}"
68-
cov-report = [
69-
"- coverage combine",
70-
"coverage report",
71-
]
72-
cov-html = [
73-
"- coverage combine",
74-
"coverage html",
75-
]
76-
cov = [
77-
"test-cov",
78-
"cov-report",
79-
]
80-
version = "python --version"
8160

8261
[[tool.hatch.envs.hatch-test.matrix]]
8362
python = ["3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)