Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed May 21, 2020
1 parent 1d1b05d commit 797b398
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
@@ -1,4 +1,4 @@
name: Rust
name: Security
on:
push:
branches:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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 <mihai.dinculescu@iotic-labs.com>"]
Expand Down

0 comments on commit 797b398

Please sign in to comment.