summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-11-04 04:26:19 +0000
committerjao <jao@gnu.org>2022-11-04 04:26:19 +0000
commit04dbdacfeca0190856abad859360da4bb873f9dd (patch)
treed0d9d89a15646071393ee89857390b48602741cf
parentdbde6d2b446b41bc309da33aa69034c63f8294a5 (diff)
downloadgeiser-04dbdacfeca0190856abad859360da4bb873f9dd.tar.gz
geiser-04dbdacfeca0190856abad859360da4bb873f9dd.tar.bz2
version bump0.28
-rw-r--r--elisp/geiser.el2
-rw-r--r--news.org6
2 files changed, 7 insertions, 1 deletions
diff --git a/elisp/geiser.el b/elisp/geiser.el
index 442c4c3..e9864cd 100644
--- a/elisp/geiser.el
+++ b/elisp/geiser.el
@@ -13,7 +13,7 @@
;; Homepage: https://gitlab.com/emacs-geiser/
;; Package-Requires: ((emacs "25.1") (project "0.8.1"))
;; SPDX-License-Identifier: BSD-3-Clause
-;; Version: 0.27
+;; Version: 0.28
;;; Commentary:
diff --git a/news.org b/news.org
index 4b5e361..d35b6a8 100644
--- a/news.org
+++ b/news.org
@@ -1,3 +1,9 @@
+* Version 0.28 (November 4 2022)
+
+ - Last-result local jumps and autodoc (without using imenu).
+ - Simplifications to the debugging support.
+ - Clean-ups and more libs under lexical binding.
+
* Version 0.27 (October 13 2022)
- Fallback to imenu for jumping to symbol definition, as a last resort.