Skip to content

Commit 35e722b

Browse files
committed
ColorQuantization v0.1.2
1 parent 5f7d296 commit 35e722b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# ColorQuantization.jl
2+
## Version `v0.1.2`
3+
- ![Maintenance][badge-maintenance] Make Clustering non-lazy dependency, fix type inference ([#13][pr-13])
4+
25
## Version `v0.1.1`
36
- ![Maintenance][badge-maintenance] Update dependencies
47
- ![Maintenance][badge-maintenance] Add Aqua.jl quality assurance test ([#12][pr-12])
@@ -19,7 +22,7 @@ Initial release:
1922
![Maintenance][badge-maintenance]
2023
![Documentation][badge-docs]
2124
-->
22-
25+
[pr-13]: https://github.com/JuliaImages/ColorQuantization.jl/pull/13
2326
[pr-12]: https://github.com/JuliaImages/ColorQuantization.jl/pull/12
2427
[pr-1]: https://github.com/JuliaImages/ColorQuantization.jl/pull/1
2528

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 <adrian.hill@mailbox.org>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

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

0 commit comments

Comments
 (0)