diff options
author | Evans Murithi <murithievans80@gmail.com> | 2022-01-30 17:53:58 +0300 |
---|---|---|
committer | Evans Murithi <murithievans80@gmail.com> | 2022-01-30 17:53:58 +0300 |
commit | 2acfe835daf50e73a2a462615de68f627450d39d (patch) | |
tree | fb69c4544bdd8e7b72f95c226066faa4b229c07c | |
parent | 415afd9b577eaeed8393d2a58a520300c0a1dd55 (diff) |
0.3.0v0.3.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d65a01..a314e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## 0.3.0 (30-01-2022) + ## 0.2.0 (24-04-2019) ### Features @@ -110,7 +110,7 @@ dependencies = [ [[package]] name = "cloak" -version = "0.2.0" +version = "0.3.0" dependencies = [ "assert_cmd", "assert_fs", @@ -1,6 +1,6 @@ [package] name = "cloak" -version = "0.2.0" +version = "0.3.0" authors = ["Evans Murithi <murithievans80@gmail.com>"] exclude = ["assets/*"] repository = "https://github.com/evansmurithi/cloak" |