From 09e22ae773da92ff7b953d95a022168fe15bab62 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 26 Jan 2021 20:51:32 -0300 Subject: v0.1.1: Allow names with spaces The test_stdin_is_empty was adapted so it wouldn't exit with status 1. The previous implementation would effectively do: printf '' | grep '' which returns 1, and the test would fail. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 9962073..7a58444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ ## Security --> +# 0.1.1 - 2021-01-26 +## Fixed +Allow names with spaces. + # 0.1.0 - 2021-01-26 ## Added Initial public release. -- cgit v1.2.3