From 141daaa4b0dc07fe25423609dcd14441a9f2613e Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Thu, 22 Dec 2022 22:20:07 +0530 Subject: [PATCH] Bump version and changelog --- Changelog.org | 4 ++++ justl.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.org b/Changelog.org index cacaad5..df9c43e 100644 --- a/Changelog.org +++ b/Changelog.org @@ -1,3 +1,7 @@ +* 0.11 + +- Implement interactive function ~justl-exec-default-recipe~ + * 0.10 - Integrate compilation mode for ~justl-exec-recipe-in-dir~ diff --git a/justl.el b/justl.el index a7ef0c6..f394efc 100644 --- a/justl.el +++ b/justl.el @@ -19,7 +19,7 @@ ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 ;; USA -;; Version: 0.10 +;; Version: 0.11 ;; Author: Sibi Prabakaran ;; Keywords: just justfile tools processes ;; URL: https://github.com/psibi/justl.el