From 3ccd5ed8852a1a18fc176700c09b270b9a2c5d58 Mon Sep 17 00:00:00 2001 From: micouy Date: Sat, 16 Oct 2021 10:17:56 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d32b1bf..df1f039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## `0.3.1` - 2021-10-16 -## `0.3` - 2021-10-14 +- Fix shell scripts so that they don't exit the shell when no args were provided. + + +## `0.3.0` - 2021-10-14 (yanked) - Check if arg is a valid path before attempting abbreviation expansion. - Simplify `Congruence`.