Skip to content

Commit

Permalink
chore: prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Dec 26, 2023
1 parent 9c6db24 commit 0884713
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2023-12-26

### Changed

- updated to `dither` v2.4.0
- updated to `gopy` v0.4.8
- updated to `image` v0.14.0

### Fixed

- `simple_parsing` not being in project configuration dependencies

## [0.3.0] - 2023-09-09

### Added

- `MatrixUtils` helper class with `generate_matrices_list()` method
- Docstrings for `ErrorDiffusers` and `OrderedDitherers` dataclass fields

Expand All @@ -20,12 +33,15 @@ Nothing has changed, this is just a PyPI release.
## [0.2.0] - 2023-09-04

### Added

- New `test_color` unit test

### Changed

- From now accept RGBA color channel lists and hex color codes as a input parameter to `create_palette` wrapper function

### Removed

- `RGBA` wrapper function, as `create_palette` automatically converts input to `color.RGBA` Golang objects

## [0.1.0] - 2023-08-20
Expand Down
2 changes: 1 addition & 1 deletion dither_go/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2023, tfuxu <https://github.com/tfuxu>
# SPDX-License-Identifier: GPL-3.0-or-later

__version__ = "0.3.0"
__version__ = "0.4.0"

from .wrapper import *
from .matrices import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dither-go"
version = "0.3.0"
version = "0.4.0"
authors = [{name = "tfuxu"}]
description = "A fast and the most correct image dithering library"
keywords = ["golang", "bindings", "dithering", "processing"]
Expand Down

0 comments on commit 0884713

Please sign in to comment.