Skip to content

Commit abc5c02

Browse files
committed
ColorQuantization v0.1.4
1 parent d03fb6c commit abc5c02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# ColorQuantization.jl
2+
3+
## Version `v0.1.4`
4+
- ![Maintenance][badge-maintenance] Update Colors.jl dependency ([#15])
5+
26
## Version `v0.1.3`
37
- ![Bugfix][badge-bugfix] Fix `KMeansQuantization` on fixed-point number color types ([#14][pr-14])
48

@@ -25,6 +29,7 @@ Initial release:
2529
![Maintenance][badge-maintenance]
2630
![Documentation][badge-docs]
2731
-->
32+
[#15]: https://github.com/JuliaImages/ColorQuantization.jl/pull/15
2833
[pr-14]: https://github.com/JuliaImages/ColorQuantization.jl/pull/14
2934
[pr-13]: https://github.com/JuliaImages/ColorQuantization.jl/pull/13
3035
[pr-12]: https://github.com/JuliaImages/ColorQuantization.jl/pull/12

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.4-DEV"
4+
version = "0.1.4"
55

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

0 commit comments

Comments
 (0)