diff --git a/CHANGELOG.md b/CHANGELOG.md index da8da5a..b61fc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.2.4 + +* 966205a ci: fix file glob for uploading releases + 0.2.3 * 265fac6 ci: don't include top level artifacts/ dir in release tarballs diff --git a/Cargo.lock b/Cargo.lock index 05b36b7..762d3a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ dependencies = [ [[package]] name = "audit-filter" -version = "0.2.3" +version = "0.2.4" dependencies = [ "docopt 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e77fa99..b2d9779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "audit-filter" -version = "0.2.3" +version = "0.2.4" authors = ["Greg Guthe "] exclude = [ "tests/fixtures/*",