File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/python" : " 0.6.1 " ,
2+ "packages/python" : " 0.6.2 " ,
33 "packages/javascript" : " 2.1.4"
44}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.2] ( https://github.com/OpenDisplay/epaper-dithering/compare/python-v0.6.1...python-v0.6.2 ) (2026-03-07)
4+
5+
6+ ### Features
7+
8+ * add py.typed marker and fix strict mypy errors ([ 22ecf06] ( https://github.com/OpenDisplay/epaper-dithering/commit/22ecf06199712565a182e0a1dc7ff4c95271c345 ) )
9+
310## [ 0.6.1] ( https://github.com/OpenDisplay/epaper-dithering/compare/python-v0.6.0...python-v0.6.1 ) (2026-03-06)
411
512
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " epaper-dithering"
7- version = " 0.6.1 "
7+ version = " 0.6.2 "
88description = " Dithering algorithms for e-paper/e-ink displays"
99readme = " README.md"
1010license = " MIT"
Original file line number Diff line number Diff line change 1818 ColorScheme ,
1919)
2020
21- __version__ = "0.6.1 "
21+ __version__ = "0.6.2 "
2222
2323__all__ = [
2424 "dither_image" ,
You can’t perform that action at this time.
0 commit comments