Skip to content

Commit

Permalink
DitherPunk v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Dec 5, 2021
1 parent a77f14d commit bb51f94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# DitherPunk
## Version `v2.2.0`
- ![Feature][badge-feature] Ordered dithering algorithms now support custom color palettes. ([#53][pr-53])
- ![Enhancement][badge-enhancement] Color palette generation with Clustering.jl has been made accessible as `DitherPunk.get_colorscheme`. ([#58][pr-58])
- ![Bugfix][badge-bugfix] Fixed docstring warnings. ([#56][pr-56])


## Version `v2.1.0`
- ![Feature][badge-feature] Color dithering methods now return IndirectArrays. ([#47][pr-47])
- ![Enhancement][badge-enhancement] Performance enhancements. Most noticeable for color methods. ([#47][pr-47])
Expand Down Expand Up @@ -30,6 +36,9 @@ This release introduces some breaking changes due to an API overhaul and adds ne
[pr-45]: https://github.com/JuliaImages/DitherPunk.jl/pull/45
[pr-47]: https://github.com/JuliaImages/DitherPunk.jl/pull/47
[pr-50]: https://github.com/JuliaImages/DitherPunk.jl/pull/50
[pr-53]: https://github.com/JuliaImages/DitherPunk.jl/pull/53
[pr-56]: https://github.com/JuliaImages/DitherPunk.jl/pull/56
[pr-58]: https://github.com/JuliaImages/DitherPunk.jl/pull/58

[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg
[badge-deprecation]: https://img.shields.io/badge/deprecation-orange.svg
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DitherPunk"
uuid = "b8f752a5-abd5-43b6-a55b-e75efda20de0"
authors = ["Adrian Hill"]
version = "2.1.0"
version = "2.2.0"

[deps]
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Expand Down

2 comments on commit bb51f94

@adrhill
Copy link
Collaborator Author

@adrhill adrhill commented on bb51f94 Dec 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/49980

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.2.0 -m "<description of version>" bb51f94504f9519e8eb4879ad85e61fb0994b36a
git push origin v2.2.0

Please sign in to comment.