From 8067b0e21f0f369d59e2bd6e91b0f52006c1ab52 Mon Sep 17 00:00:00 2001 From: Matteo Landi Date: Tue, 21 May 2019 23:45:25 +0200 Subject: [PATCH] Release: 0.2.0 --- README.md | 5 ++++- cg.asd | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3463662..3f3d4ca 100644 --- a/README.md +++ b/README.md @@ -200,9 +200,12 @@ above won't work in that case). # Changelog -Next +0.2.0 (2019-05-21) - Don't output duplicate suggestions +- Fix a bug where the download script would fail if ./bin directory was misisng +- `chmox +x` downloaded binaries +- Stop `fzf` from sorting `cg`'s output 0.1.0 (2019-05-19) diff --git a/cg.asd b/cg.asd index 9d1cdbd..265eb88 100644 --- a/cg.asd +++ b/cg.asd @@ -4,7 +4,7 @@ :author "Matteo Landi " :license "MIT" - :version "0.1.0" + :version "0.2.0" :depends-on (#:cl-ppcre #:unix-opts)