Skip to content

Commit 2d796bc

Browse files
committed
ColorQuantization v0.1.3
1 parent 24ed751 commit 2d796bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# ColorQuantization.jl
2+
## Version `v0.1.3`
3+
- ![Bugfix][badge-bugfix] Fix `KMeansQuantization` on fixed-point number color types ([#14][pr-14])
4+
25
## Version `v0.1.2`
36
- ![Maintenance][badge-maintenance] Make Clustering non-lazy dependency, fix type inference ([#13][pr-13])
47

@@ -22,6 +25,7 @@ Initial release:
2225
![Maintenance][badge-maintenance]
2326
![Documentation][badge-docs]
2427
-->
28+
[pr-14]: https://github.com/JuliaImages/ColorQuantization.jl/pull/14
2529
[pr-13]: https://github.com/JuliaImages/ColorQuantization.jl/pull/13
2630
[pr-12]: https://github.com/JuliaImages/ColorQuantization.jl/pull/12
2731
[pr-1]: https://github.com/JuliaImages/ColorQuantization.jl/pull/1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ColorQuantization"
22
uuid = "652893fb-f6a0-4a00-a44a-7fb8fac69e01"
33
authors = ["Adrian Hill <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"

0 commit comments

Comments
 (0)