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

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

[elpa] externals/dtache ee8f3efa26 144/158: Version 0.3


From: ELPA Syncer
Subject: [elpa] externals/dtache ee8f3efa26 144/158: Version 0.3
Date: Wed, 19 Jan 2022 18:58:08 -0500 (EST)

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

    Version 0.3
---
 CHANELOG.org | 2 ++
 dtache.el    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANELOG.org b/CHANELOG.org
index 618c8f8484..28e94a5138 100644
--- a/CHANELOG.org
+++ b/CHANELOG.org
@@ -4,6 +4,8 @@
 
 * Development
 
+* Version 0.3 (2022-01-15)
+
 - =dtache= now uses =filenotify= for both local and remote sessions. If run on 
=macOS= timers are used both for local as well as remote sessions.
 - Add version for =dtache-session= objects. This makes dtache not break 
whenever non-backwards compatible changes are made to the dtache-session object.
 - The commands for launching sessions are now renamed to resemble the non 
dtache commands. The commands are =dtache-shell-command=, 
=dtache-shell-send-input=, =dtache-eshell-send-input=, =dtache-compile=.
diff --git a/dtache.el b/dtache.el
index eef31a7c90..06739b390b 100644
--- a/dtache.el
+++ b/dtache.el
@@ -4,7 +4,7 @@
 
 ;; Author: Niklas Eklund <niklas.eklund@posteo.net>
 ;; URL: https://www.gitlab.com/niklaseklund/dtache.git
-;; Version: 0.2
+;; Version: 0.3
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience processes
 
@@ -143,7 +143,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.2.3"
+(defconst dtache-session-version "0.3.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]