File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- All notable changes to this project will be documented in this file.
3+ All notable changes to this project are documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 2.6.1 ] - 2024-02-13
99
1010### Changed
1111
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ license = {text = "LGPLv3"}
3131name = " joseki"
3232readme = " README.md"
3333requires-python = " >= 3.9"
34- version = " 2.7.0.dev0 "
34+ version = " 2.6.1 "
3535
3636[project .scripts ]
3737joseki = " joseki.__main__:main"
@@ -95,13 +95,13 @@ dev-dependencies = [
9595managed = true
9696
9797[tool .rye .scripts ]
98+ coverage-combine = {cmd = " python -m coverage combine" }
99+ coverage-html = {cmd = " python -m coverage html --skip-covered --skip-empty" }
100+ coverage-pytest = {cmd = " coverage run -m pytest tests" }
98101coverage-report = {chain = [
99102 " coverage-pytest" ,
100103 " coverage-combine" ,
101104 " coverage-show" ,
102105 " coverage-html"
103106]}
104- coverage-pytest = {cmd = " coverage run -m pytest tests" }
105- coverage-combine = {cmd = " python -m coverage combine" }
106107coverage-show = {cmd = " python -m coverage report --fail-under=100" }
107- coverage-html = {cmd = " python -m coverage html --skip-covered --skip-empty" }
You can’t perform that action at this time.
0 commit comments