Skip to content

Commit

Permalink
ColorQuantization v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Aug 7, 2023
1 parent 24ed751 commit 2d796bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ColorQuantization.jl
## Version `v0.1.3`
- ![Bugfix][badge-bugfix] Fix `KMeansQuantization` on fixed-point number color types ([#14][pr-14])

## Version `v0.1.2`
- ![Maintenance][badge-maintenance] Make Clustering non-lazy dependency, fix type inference ([#13][pr-13])

Expand All @@ -22,6 +25,7 @@ Initial release:
![Maintenance][badge-maintenance]
![Documentation][badge-docs]
-->
[pr-14]: https://github.com/JuliaImages/ColorQuantization.jl/pull/14
[pr-13]: https://github.com/JuliaImages/ColorQuantization.jl/pull/13
[pr-12]: https://github.com/JuliaImages/ColorQuantization.jl/pull/12
[pr-1]: https://github.com/JuliaImages/ColorQuantization.jl/pull/1
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 = "ColorQuantization"
uuid = "652893fb-f6a0-4a00-a44a-7fb8fac69e01"
authors = ["Adrian Hill <adrian.hill@mailbox.org>"]
version = "0.1.2"
version = "0.1.3"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down

2 comments on commit 2d796bc

@adrhill
Copy link
Collaborator Author

@adrhill adrhill commented on 2d796bc Aug 7, 2023

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/89231

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 v0.1.3 -m "<description of version>" 2d796bc956df346bbd34f189b5c0ef55c23ba9c1
git push origin v0.1.3

Please sign in to comment.