From 06bf36b8062e1a77b501862d8047bb775bb62aa3 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 24 Feb 2024 09:29:47 +0530 Subject: [PATCH] Use cask for testing --- Changelog.org | 3 ++- justl.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.org b/Changelog.org index 40ca09a..d150478 100644 --- a/Changelog.org +++ b/Changelog.org @@ -1,4 +1,4 @@ -* Unreleased +* 0.14 - Respect buffer-local environments, for compatibility with ~envrc.el~ when ~just~ is installed on a per-project basis. @@ -6,6 +6,7 @@ list (defaults to on). - Rewritten internals, using ~just~ itself to parse recipe information. - Add ~justl-per-recipe-buffer~ to create new buffers per recipe. +- Use Cask for development and testing. * 0.13 diff --git a/justl.el b/justl.el index a762d96..18cd4d3 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.13 +;; Version: 0.14 ;; Author: Sibi Prabakaran ;; Keywords: just justfile tools processes ;; URL: https://github.com/psibi/justl.el