Skip to content

Commit eb45b52

Browse files
authored
Merge pull request #14 from OpenDisplay-org/release-please--branches--main
chore: release main
2 parents 812a2d8 + b05c2a8 commit eb45b52

6 files changed

Lines changed: 24 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/python": "0.5.1",
3-
"packages/javascript": "2.1.3"
2+
"packages/python": "0.5.2",
3+
"packages/javascript": "2.1.4"
44
}

packages/javascript/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.4](https://github.com/OpenDisplay-org/epaper-dithering/compare/javascript-v2.1.3...javascript-v2.1.4) (2026-02-09)
4+
5+
6+
### Bug Fixes
7+
8+
* swap color order in ColorScheme.BWRY.palette ([812a2d8](https://github.com/OpenDisplay-org/epaper-dithering/commit/812a2d8d47589bd61689ed6d8b54a0bd45e0f328))
9+
310
## [2.1.3](https://github.com/OpenDisplay-org/epaper-dithering/compare/javascript-v2.1.2...javascript-v2.1.3) (2026-01-17)
411

512

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opendisplay/epaper-dithering",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Dithering algorithms for e-paper/e-ink displays (JavaScript/TypeScript)",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/python/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.2](https://github.com/OpenDisplay-org/epaper-dithering/compare/python-v0.5.1...python-v0.5.2) (2026-02-09)
4+
5+
6+
### Bug Fixes
7+
8+
* swap color order in ColorScheme.BWRY.palette ([812a2d8](https://github.com/OpenDisplay-org/epaper-dithering/commit/812a2d8d47589bd61689ed6d8b54a0bd45e0f328))
9+
10+
11+
### Documentation
12+
13+
* add color calibration guide ([723d07a](https://github.com/OpenDisplay-org/epaper-dithering/commit/723d07ae1a42693f2a4e30924c31a3d30bc94b77))
14+
315
## [0.5.1](https://github.com/OpenDisplay-org/epaper-dithering/compare/python-v0.5.0...python-v0.5.1) (2026-02-09)
416

517

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "epaper-dithering"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
description = "Dithering algorithms for e-paper/e-ink displays"
99
readme = "README.md"
1010
license = "MIT"

packages/python/src/epaper_dithering/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ColorScheme,
1818
)
1919

20-
__version__ = "0.5.1"
20+
__version__ = "0.5.2"
2121

2222
__all__ = [
2323
"dither_image",

0 commit comments

Comments
 (0)