File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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
Original file line number Diff line number Diff line change @@ -57,27 +57,6 @@ dependencies = [
5757
5858[tool .hatch .envs .hatch-test ]
5959extra-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 ]]
8362python = [" 3.11" , " 3.12" , " 3.13" ]
You can’t perform that action at this time.
0 commit comments