From 797b398dda51dfebe3274b5e6007efe48c7572f5 Mon Sep 17 00:00:00 2001 From: Mihai Dinculescu Date: Thu, 21 May 2020 16:10:56 +0100 Subject: [PATCH] Release v0.1.3 --- .github/workflows/security-audit.yml | 2 +- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index edc0e94..19c6392 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -1,4 +1,4 @@ -name: Rust +name: Security on: push: branches: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3c26c..5649dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [Unreleased][unreleased] +## [Unreleased] + +## [0.1.3] - 2020-05-21 +### Internal improvements ## [0.1.2] - 2020-05-16 ### Fix wipe instructions @@ -17,6 +20,7 @@ file. This change log follows the conventions of ### Initial Release of cargo wipe [unreleased]: https://github.com/mihai-dinculescu/cargo-wipe +[0.1.3]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.1.3 [0.1.2]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.1.2 [0.1.1]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.1.1 [0.1.0]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 4107261..f167b31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,7 +43,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "cargo-wipe" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "num-format", diff --git a/Cargo.toml b/Cargo.toml index b977305..bc3c44e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-wipe" -version = "0.1.2" +version = "0.1.3" edition = "2018" license = "MIT" authors = ["Mihai Dinculescu "]