Skip to content

Commit 0000199

Browse files
committed
ColorQuantization v0.1.0
1 parent 2fa7703 commit 0000199

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# ColorQuantization.jl
2+
## Version `v0.1.0`
3+
Initial release:
4+
- ![Feature][badge-feature] Add `KMeansQuantization` ([#1][pr-1])
5+
- ![Feature][badge-feature] Add `UniformQuantization` ([#1][pr-1])
6+
7+
<!--
8+
# Badges
9+
![BREAKING][badge-breaking]
10+
![Deprecation][badge-deprecation]
11+
![Feature][badge-feature]
12+
![Enhancement][badge-enhancement]
13+
![Bugfix][badge-bugfix]
14+
![Experimental][badge-experimental]
15+
![Maintenance][badge-maintenance]
16+
![Documentation][badge-docs]
17+
-->
18+
19+
[pr-1]: https://github.com/JuliaImages/ColorQuantization.jl/pull/1
20+
21+
[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg
22+
[badge-deprecation]: https://img.shields.io/badge/deprecation-orange.svg
23+
[badge-feature]: https://img.shields.io/badge/feature-green.svg
24+
[badge-enhancement]: https://img.shields.io/badge/enhancement-blue.svg
25+
[badge-bugfix]: https://img.shields.io/badge/bugfix-purple.svg
26+
[badge-security]: https://img.shields.io/badge/security-black.svg
27+
[badge-experimental]: https://img.shields.io/badge/experimental-lightgrey.svg
28+
[badge-maintenance]: https://img.shields.io/badge/maintenance-gray.svg
29+
[badge-docs]: https://img.shields.io/badge/docs-orange.svg

0 commit comments

Comments
 (0)