diff --git a/CHANGELOG.md b/CHANGELOG.md index 90aaf29..da8da5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.2.3 + +* 265fac6 ci: don't include top level artifacts/ dir in release tarballs + 0.2.2 * 20a2dba CI: per target artifacts dirs; fix missing sha256sum on osx diff --git a/Cargo.lock b/Cargo.lock index 0634808..05b36b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ dependencies = [ [[package]] name = "audit-filter" -version = "0.2.2" +version = "0.2.3" 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 1fb4d76..e77fa99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "audit-filter" -version = "0.2.2" +version = "0.2.3" authors = ["Greg Guthe "] exclude = [ "tests/fixtures/*",