From 15431e0d6947682ffba80f89e70918c86745eb57 Mon Sep 17 00:00:00 2001 From: aurtzy Date: Thu, 28 Nov 2024 16:34:00 -0500 Subject: [PATCH] Bump version to 1.2.0 --- CHANGELOG | 6 ++++++ disproject.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index af79e289..ca4964c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,12 @@ ** Unreleased +** [[release-version:1.2.0][1.2.0]] - 2024-11-28 + +This update consists of mainly quality-of-life / UX changes. Some changes to +key-binds have also been made, with deprecations and planned removal +time-frames. + *** Added - Add ~run~ custom suffix command type for general shell commands that don't diff --git a/disproject.el b/disproject.el index 01def4ba..910ae7e8 100644 --- a/disproject.el +++ b/disproject.el @@ -8,7 +8,7 @@ ;; URL: https://github.com/aurtzy/disproject ;; Keywords: convenience, files, vc -;; Version: 1.1.0 +;; Version: 1.2.0 ;; Package-Requires: ((emacs "29.4") (transient "0.7.8")) ;; This program is free software; you can redistribute it and/or modify