Skip to content

Commit

Permalink
Add a changelog entry; bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed May 12, 2024
1 parent 30cdfd7 commit b790fa0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.2.0 - 2024-05-12

Two new features:

* Add support for WebP images.
* Add an experimental new flag `--best-against-bg=[HEX_COLOUR]` that will print the single colour which will look best against this background.

## v1.1.9 - 2024-05-12

Bump the version of all the dependency libraries, and try to get the release process working again.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dominant_colours"
version = "1.1.9"
version = "1.2.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit b790fa0

Please sign in to comment.