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

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

[elpa] externals/detached 21a8cb01bb 2/2: Bump version to 0.9


From: ELPA Syncer
Subject: [elpa] externals/detached 21a8cb01bb 2/2: Bump version to 0.9
Date: Fri, 16 Sep 2022 09:57:32 -0400 (EDT)

branch: externals/detached
commit 21a8cb01bb6714dcab99c49fc6a92c31540358fa
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Bump version to 0.9
---
 CHANGELOG.org | 2 ++
 detached.el   | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 3475071ede..015e9d0fb2 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -4,6 +4,8 @@
 
 * Development
 
+* Version 0.9.0 (2022-09-16)
+
 - Add =detached-list= user interface. It is an alternative user interface 
where it is easier to manage the =detached= sessions. Commands to mark, toggle, 
and narrow based on different criteria are available.
 - Rework session initialization and validation. This also improves the way 
Emacsen co-operates in term of updating sessions that become inactive. The new 
approach is described under =architecture= in =notes.org=.
 - Improved handling of remote sessions. The package will only try to 
initialize sessions that are accessible when package loads. Other active 
sessions it will wait until a remote connection has been established before 
they are being watched.
diff --git a/detached.el b/detached.el
index c9bd2ec307..5f05c39e60 100644
--- a/detached.el
+++ b/detached.el
@@ -5,7 +5,7 @@
 ;; Author: Niklas Eklund <niklas.eklund@posteo.net>
 ;; Maintainer: detached.el Development <~niklaseklund/detached.el@lists.sr.ht>
 ;; URL: https://sr.ht/~niklaseklund/detached.el/
-;; Version: 0.8.1
+;; Version: 0.9.0
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience processes
 
@@ -210,7 +210,7 @@ Valid values are: create, new and attach")
 (defvar detached-metadata-annotators-alist nil
   "An alist of annotators for metadata.")
 
-(defconst detached-session-version "0.8.1.1"
+(defconst detached-session-version "0.9.0.0"
   "The version of `detached-session'.
 This version is encoded as [package-version].[revision].")
 



reply via email to

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