Skip to content

Commit da00991

Browse files
committed
ColorQuantization v0.1.1
1 parent 6f6da04 commit da00991

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+
## Version `v0.1.1`
3+
- ![Maintenance][badge-maintenance] Update dependencies
4+
- ![Maintenance][badge-maintenance] Add Aqua.jl quality assurance test ([#12][pr-12])
5+
26
## Version `v0.1.0`
37
Initial release:
48
- ![Feature][badge-feature] Add `KMeansQuantization` ([#1][pr-1])
@@ -16,6 +20,7 @@ Initial release:
1620
![Documentation][badge-docs]
1721
-->
1822

23+
[pr-12]: https://github.com/JuliaImages/ColorQuantization.jl/pull/12
1924
[pr-1]: https://github.com/JuliaImages/ColorQuantization.jl/pull/1
2025

2126
[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg

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.0"
4+
version = "0.1.1"
55

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

0 commit comments

Comments
 (0)