summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Porter <adam@alphapapa.net>2024-12-16 19:20:06 -0600
committerAdam Porter <adam@alphapapa.net>2024-12-16 19:20:06 -0600
commita7e7842c615e149ad7d7e57f383936b49dcb129f (patch)
treea4008069babc69d0843e0c46e40df69bc4e4ce23
parent98b652f9b658f87556db557913ec41ec2c919983 (diff)
-rw-r--r--README.org2
-rw-r--r--activities.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 123831c..3fc5709 100644
--- a/README.org
+++ b/README.org
@@ -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