summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.