Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Aug 25, 2024
1 parent f80f852 commit b272d85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
#+author: Daniel Pettersson
#+language: en

* Version 0.15.0
- Add =defer-launch-attach= to support gdb=>15.1
- Add OCaml support with =ocamlearlybird=
- Set stack frame arrow at the deepest possible level
- Remove delay of disabling =dape-active-mode=
- Add =dape-shell-mode= to process launched with runInTerminal
- Fix pause button in mode line menu
- Fix source buffer being displayed in minibuffer
- Fix "Wrong type argument: markerp, nil" on "quit" in REPL

* Version 0.14.0
- Add separator line for minibuffer hints
- Add baseline for PHP =xdebug= config and install instructions
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.14.0
;; Version: 0.15.0
;; Homepage: https://github.com/svaante/dape
;; Package-Requires: ((emacs "29.1") (jsonrpc "1.0.25"))

Expand Down

0 comments on commit b272d85

Please sign in to comment.