emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dape 53560932c3 10/10: Bump version to 0.3.0


From: ELPA Syncer
Subject: [elpa] externals/dape 53560932c3 10/10: Bump version to 0.3.0
Date: Fri, 22 Dec 2023 06:57:41 -0500 (EST)

branch: externals/dape
commit 53560932c3cf11aecd17bb247743e4352c0ddf20
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Bump version to 0.3.0
---
 CHANGELOG.org | 15 +++++++++++++++
 dape.el       |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
new file mode 100644
index 0000000000..49d182156e
--- /dev/null
+++ b/CHANGELOG.org
@@ -0,0 +1,15 @@
+#+title: dape.el - Changelog
+#+author: Daniel Pettersson
+#+language: en
+
+* Version 0.3
+- Add support for source by sourceReference by =dape-mime-mode-alist=
+- Support stepping granularity with =dape-stepping-granularity=
+- Improve repl completions with completionTriggerCharacters
+- Add =rdbg= as a batteries included adapter
+- Extend =fn= config keyword to take a list of functions as well
+- Cleanup breakpoints on buffer kill
+- Add basic support for debugging with tramp
+- Add new configuration keys prefix-local and prefix-remote for source mapping
+- Minor bugfixes and improvements
+
diff --git a/dape.el b/dape.el
index e61c7b9ce2..bcefca2016 100644
--- a/dape.el
+++ b/dape.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Daniel Pettersson <daniel@dpettersson.net>
 ;; Created: 2023
 ;; License: GPL-3.0-or-later
-;; Version: 0.2.2
+;; Version: 0.3.0
 ;; Homepage: https://github.com/svaante/dape
 ;; Package-Requires: ((emacs "29.1"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]