Skip to content

Commit b60201f

Browse files
committed
Bump version
* README.md: Update.
1 parent 7222773 commit b60201f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,11 @@ However, there are two important differences:
163163

164164
- you can cancel <kbd>C-c C-v</kbd> with a command while executing that command, instead of e.g.
165165
getting an error `C-c C-v C-n is undefined` for <kbd>C-c C-v C-n</kbd>.
166+
167+
## Hydras and numeric arguments
168+
169+
Since version `0.6.0`, for any Hydra:
170+
171+
- `digit-argment` can be called with <kbd>0</kbd>-<kbd>9</kbd>.
172+
- `negative-argument` can be called with <kbd>-</kbd>
173+
- `universal-argument` can be called with <kbd>C-u</kbd>

hydra.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Oleh Krehel <[email protected]>
66
;; Maintainer: Oleh Krehel <[email protected]>
77
;; URL: https://github.com/abo-abo/hydra
8-
;; Version: 0.6.0
8+
;; Version: 0.6.1
99
;; Keywords: bindings
1010
;; Package-Requires: ((cl-lib "0.5"))
1111

0 commit comments

Comments
 (0)