Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Feb 23, 2024
1 parent 91cc4ff commit 3bc743f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
#+author: Daniel Pettersson
#+language: en

* Version 0.7
- Add GDB as an "supported" adapter (see =dape--info-threads-all-stack-trace-disable=)
- Change thread up/down bindings to match gud bindings
- Skip updating non visible info buffers
- Expose request timeout as =dape-timeout=
- Improve performance of stack trace calls

* Version 0.6
- Harden breakpoints functions against dead breakpoint overlays
- Small improvements in the batteries included configurations
Expand Down
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Daniel Pettersson <[email protected]>
;; Created: 2023
;; License: GPL-3.0-or-later
;; Version: 0.6.1
;; Version: 0.7.0
;; Homepage: https://github.com/svaante/dape
;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.24"))

Expand Down

0 comments on commit 3bc743f

Please sign in to comment.