From 3ffefcd2d8e140263566ed4d157266eac0bfd382 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Mon, 4 Feb 2019 10:53:26 -0800 Subject: [PATCH] 0.5.0 released --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c6f65d..f87c1a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### ⚡️ Added +## 0.5.0 + +### ⚡️ Added + * Resource Usage module added by [@nicholas-eden](https://github.com/nicholas-eden) * Recursive repo search in Git module ([#126](https://github.com/wtfutil/wtf/issues/126) by [@anandsudhir](http://github.com/anandsudhir)) * HTTP/HTTPS handling in OpenFile() util function by [@jdenoy](https://github.com/jdenoy)