emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dtache ecf4c57d96: Update dtache to version 0.5


From: ELPA Syncer
Subject: [elpa] externals/dtache ecf4c57d96: Update dtache to version 0.5
Date: Wed, 2 Feb 2022 12:57:27 -0500 (EST)

branch: externals/dtache
commit ecf4c57d96eda400d9b2d5cfeaa9244993ae3603
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Update dtache to version 0.5
---
 CHANGELOG.org | 4 +++-
 dtache.el     | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 5e22dad2b2..bd624ff04c 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -4,10 +4,12 @@
 
 * Development
 
+* Version 0.5 (2022-02-02)
+
 - Add support for =org= through the =dtache-org= extension. This makes it 
possible to use =dtache= with =org-babel= (shell) source code blocks.
 - Support for multiple Emacs sessions. When a =dtache= session is created, it 
will now become visible in all active Emacs sessions.
 
-* Version 0.4 (2022-010-22)
+* Version 0.4 (2022-01-22)
 
 - =dtache= takes care of setting up the keybindings for its users. The detach 
key can be customized through =dtache-detach-key=
 - =dtache= now has full on macOS. The previous issue of not being able to 
utilize =filenotify= has been resolved.
diff --git a/dtache.el b/dtache.el
index b8f444e9dc..4780101c9e 100644
--- a/dtache.el
+++ b/dtache.el
@@ -5,7 +5,7 @@
 ;; Author: Niklas Eklund <niklas.eklund@posteo.net>
 ;; Maintainer: Niklas Eklund <niklas.eklund@posteo.net>
 ;; URL: https://www.gitlab.com/niklaseklund/dtache.git
-;; Version: 0.4
+;; Version: 0.5
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience processes
 
@@ -144,7 +144,7 @@ Valid values are: create, new and attach")
 (defvar dtache-metadata-annotators-alist nil
   "An alist of annotators for metadata.")
 
-(defconst dtache-session-version "0.4.0"
+(defconst dtache-session-version "0.5.0"
   "The version of `dtache-session'.
 This version is encoded as [package-version].[revision].")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]