From 6e20fef742d0902d6261ae0f4fd3b4296b3cec6b Mon Sep 17 00:00:00 2001 From: Florimond Manca Date: Fri, 5 Jun 2020 16:06:27 +0200 Subject: [PATCH] Release 0.1.1 (#5) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 635cabb..b61c815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.1.1 - 2020-06-05 + +### Fixed + +- Raise proper error when processing unnamed commands. (Pull #4) + ## 0.1.0 - 2020-06-04 _Initial implementation._