diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb329c..4803849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.16.0] - 2023-04-23 + +- Updated all dependencies, including `aho-corasick` [#73](https://github.com/avencera/rustywind/pull/73), thanks [@dnaka91](https://github.com/dnaka91) +- Change regex to work with colors with opacity [#72](https://github.com/avencera/rustywind/pull/72), thanks [@dnaka91](https://github.com/dnaka91) + ## [0.15.4] - 2023-02-24 - Update cargo.lock file to new version [#70](https://github.com/avencera/rustywind/issues/70) diff --git a/Cargo.lock b/Cargo.lock index a8c9c6b..ae9cc9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,7 +625,7 @@ dependencies = [ [[package]] name = "rustywind" -version = "0.15.4" +version = "0.16.0" dependencies = [ "aho-corasick 1.0.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index f22b492..f23b021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Praveen Perera "] edition = "2021" license = "Apache-2.0" name = "rustywind" -version = "0.15.4" +version = "0.16.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html