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 1
1
# Changelog
2
2
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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 2.6.1 ] - 2024-02-13
9
9
10
10
### Changed
11
11
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ license = {text = "LGPLv3"}
31
31
name = " joseki"
32
32
readme = " README.md"
33
33
requires-python = " >= 3.9"
34
- version = " 2.7.0.dev0 "
34
+ version = " 2.6.1 "
35
35
36
36
[project .scripts ]
37
37
joseki = " joseki.__main__:main"
@@ -95,13 +95,13 @@ dev-dependencies = [
95
95
managed = true
96
96
97
97
[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" }
98
101
coverage-report = {chain = [
99
102
" coverage-pytest" ,
100
103
" coverage-combine" ,
101
104
" coverage-show" ,
102
105
" coverage-html"
103
106
]}
104
- coverage-pytest = {cmd = " coverage run -m pytest tests" }
105
- coverage-combine = {cmd = " python -m coverage combine" }
106
107
coverage-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