Skip to content

Commit 4a360a8

Browse files
authored
Update changelog and version (#90)
1 parent 4e514b3 commit 4a360a8

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
# Unreleased
9+
# Released
10+
11+
## 4.4.0 - 20/08/2025
1012

11-
## Changed
13+
### Changed
1214

1315
- Raise a ValueError if there are no pixels left after alpha channel masking.
1416

15-
## Fixed
17+
### Fixed
1618

1719
- Local imports improve startup speed for CLI based usage, especially when not
1820
requiring K Means extraction.
1921

20-
# Released
21-
2222
## 4.3.0 - 11/08/2025
2323

2424
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pylette"
3-
version = "4.3.0"
3+
version = "4.4.0"
44
description = "A Python library for extracting color palettes from images."
55
authors = [
66
{name = "Ivar Stangeby"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)