diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db8ce9..f6ce385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.2.5 2023-11-04 +================ + +- Add support to Mechanism `exist` for Macro Expansion. Strings starting with `%` will now be matched. + Support contributed by [22ca54d00f05391d6ffee4bc23a5ba60](phttps://github.com/22ca54d00f05391d6ffeoe4bc23a5ba60) + 0.2.4 2022-01-19 ================ diff --git a/Cargo.toml b/Cargo.toml index e4e1ff6..3823e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "decon-spf" -version = "0.2.4" +version = "0.2.5" authors = ["Adam.S "] edition = "2018"