From 897ac9989bdc625632d4815defc1205115ee97bf Mon Sep 17 00:00:00 2001 From: Greg Guthe Date: Wed, 26 Sep 2018 11:38:41 -0400 Subject: [PATCH] 0.2.2 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ad311..90aaf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.2.2 + +* 20a2dba CI: per target artifacts dirs; fix missing sha256sum on osx + 0.2.1 * CI fix to publish releases diff --git a/Cargo.lock b/Cargo.lock index 4168ff9..0634808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ dependencies = [ [[package]] name = "audit-filter" -version = "0.2.1" +version = "0.2.2" 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 805eaa0..1fb4d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "audit-filter" -version = "0.2.1" +version = "0.2.2" authors = ["Greg Guthe "] exclude = [ "tests/fixtures/*",