[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals-release/activities b63ccc58fc 3/4: Release: v0.7
From: |
ELPA Syncer |
Subject: |
[elpa] externals-release/activities b63ccc58fc 3/4: Release: v0.7 |
Date: |
Tue, 12 Mar 2024 18:57:31 -0400 (EDT) |
branch: externals-release/activities
commit b63ccc58fc3b5b3e6ed5b74bf84bd4eff9bb1660
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Release: v0.7
---
README.org | 2 +-
activities.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 74dc099cad..4a674e1166 100644
--- a/README.org
+++ b/README.org
@@ -150,7 +150,7 @@ When option ~activities-bookmark-store~ is enabled, an
Emacs bookmark is stored
* Changelog
-** v0.7-pre
+** v0.7
*Additions*
+ Command ~activities-new~ switches to a new, "empty" activity. (See
[[https://github.com/alphapapa/activities.el/issues/46][#46]].)
diff --git a/activities.el b/activities.el
index 2e591718c3..2af3a809ec 100644
--- a/activities.el
+++ b/activities.el
@@ -6,7 +6,7 @@
;; Maintainer: Adam Porter <adam@alphapapa.net>
;; URL: https://github.com/alphapapa/activities.el
;; Keywords: convenience
-;; Version: 0.7-pre
+;; Version: 0.7
;; Package-Requires: ((emacs "29.1") (persist "0.6"))
;; This program is free software; you can redistribute it and/or modify