diff options
| author | Adam Porter <adam@alphapapa.net> | 2024-12-16 19:20:06 -0600 |
|---|---|---|
| committer | Adam Porter <adam@alphapapa.net> | 2024-12-16 19:20:06 -0600 |
| commit | a7e7842c615e149ad7d7e57f383936b49dcb129f (patch) | |
| tree | a4008069babc69d0843e0c46e40df69bc4e4ce23 | |
| parent | 98b652f9b658f87556db557913ec41ec2c919983 (diff) | |
Release: v0.7.2externals-release/activities
| -rw-r--r-- | README.org | 2 | ||||
| -rw-r--r-- | activities.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -151,7 +151,7 @@ When option ~activities-bookmark-store~ is enabled, an Emacs bookmark is stored * Changelog -** v0.7.2-pre +** v0.7.2 *Fixes* + Handle errors from window parameter deserializers. ([[https://github.com/alphapapa/activities.el/issues/44][#44]]. Thanks to [[https://github.com/karthink][Karthik Chikmagalur]] and [[https://github.com/stardiviner][stardiviner]] for reporting.) diff --git a/activities.el b/activities.el index b53c31d..cb2b610 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.2-pre +;; Version: 0.7.2 ;; Package-Requires: ((emacs "29.1") (persist "0.6")) ;; This program is free software; you can redistribute it and/or modify |
