From e5393959ecfa935de99757ea83da2ad6777e5def Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 12 Jun 2023 21:16:39 +0530 Subject: [PATCH] Bump to version 0.12 --- Changelog.org | 6 ++++++ justl.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.org b/Changelog.org index df9c43e..9429a75 100644 --- a/Changelog.org +++ b/Changelog.org @@ -1,3 +1,9 @@ +* 0.12 + +- Add unstable flag to transient. +- Change justl--justfile to justl-justfile to a safe local defcustom. +- Drop support for Emacs 26.3 + * 0.11 - Implement interactive function ~justl-exec-default-recipe~ diff --git a/justl.el b/justl.el index f97863c..2f8bbd1 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.11 +;; Version: 0.12 ;; Author: Sibi Prabakaran ;; Keywords: just justfile tools processes ;; URL: https://github.com/psibi/justl.el