Skip to content

Commit e33b028

Browse files
committed
Bump version to point release 0.15.1
* doc/ivy.org: * ivy-avy.el: * ivy-hydra.el: * ivy.el: * swiper.el: * counsel.el: Bump version to 0.15.1 (#3001). (counsel-prompt-function-dir, counsel-search-engines-alist): Update version tags to match. * doc/ivy.texi: Regenerate docs.
1 parent 790042e commit e33b028

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

counsel.el

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
66
;; Maintainer: Basil L. Contovounesios <basil@contovou.net>
77
;; URL: https://github.com/abo-abo/swiper
8-
;; Version: 0.15.0
9-
;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (swiper "0.15.0"))
8+
;; Version: 0.15.1
9+
;; Package-Requires: ((emacs "24.5") (ivy "0.15.1") (swiper "0.15.1"))
1010
;; Keywords: convenience, matching, tools
1111

1212
;; This file is part of GNU Emacs.
@@ -149,7 +149,7 @@ When NOERROR is non-nil, return nil instead of raising an error."
149149

150150
(defun counsel-prompt-function-dir ()
151151
"Return prompt appended with the parent directory."
152-
(declare (obsolete "it is no longer used." "0.16.0"))
152+
(declare (obsolete "it is no longer used." "0.15.1"))
153153
(require 'esh-util)
154154
(let* ((dir (ivy-state-directory ivy-last))
155155
(parts (nthcdr 3 (funcall (if (fboundp 'eshell-split-filename)
@@ -7111,7 +7111,7 @@ SUGGEST is the URL to query for suggestions.
71117111
BROWSE is the URL prefix for visiting the selected result.
71127112
EXTRACT is a function that takes the object parsed from the SUGGEST
71137113
endpoint and transforms it into a set of Ivy candidates."
7114-
:package-version '(counsel . "0.16.0")
7114+
:package-version '(counsel . "0.15.1")
71157115
:type '(alist :key-type symbol :value-type (list string string function)))
71167116

71177117
(defun counsel--search-request-data-google (data)

doc/ivy.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ivy-ox.el then ~C-c C-e i t~ in the ivy.org buffer.
5858
:CUSTOM_ID: copying
5959
:END:
6060
#+TEXINFO: @ifnottex
61-
Ivy manual, version 0.15.0
61+
Ivy manual, version 0.15.1
6262

6363
Ivy is an interactive interface for completion in Emacs. Emacs uses
6464
completion mechanism in a variety of contexts: code, menus, commands,

doc/ivy.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@copying
1010
@ifnottex
11-
Ivy manual, version 0.15.0
11+
Ivy manual, version 0.15.1
1212

1313
Ivy is an interactive interface for completion in Emacs. Emacs uses
1414
completion mechanism in a variety of contexts: code, menus, commands,

ivy-avy.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
66
;; Maintainer: Basil L. Contovounesios <basil@contovou.net>
77
;; URL: https://github.com/abo-abo/swiper
8-
;; Version: 0.15.0
9-
;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (avy "0.5.0"))
8+
;; Version: 0.15.1
9+
;; Package-Requires: ((emacs "24.5") (ivy "0.15.1") (avy "0.5.0"))
1010
;; Keywords: convenience
1111

1212
;; This program is free software; you can redistribute it and/or modify

ivy-hydra.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
66
;; Maintainer: Basil L. Contovounesios <basil@contovou.net>
77
;; URL: https://github.com/abo-abo/swiper
8-
;; Version: 0.15.0
9-
;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (hydra "0.14.0"))
8+
;; Version: 0.15.1
9+
;; Package-Requires: ((emacs "24.5") (ivy "0.15.1") (hydra "0.14.0"))
1010
;; Keywords: convenience
1111

1212
;; This file is part of GNU Emacs.

ivy.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
66
;; Maintainer: Basil L. Contovounesios <basil@contovou.net>
77
;; URL: https://github.com/abo-abo/swiper
8-
;; Version: 0.15.0
8+
;; Version: 0.15.1
99
;; Package-Requires: ((emacs "24.5"))
1010
;; Keywords: matching
1111

swiper.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
66
;; Maintainer: Basil L. Contovounesios <basil@contovou.net>
77
;; URL: https://github.com/abo-abo/swiper
8-
;; Version: 0.15.0
9-
;; Package-Requires: ((emacs "24.5") (ivy "0.15.0"))
8+
;; Version: 0.15.1
9+
;; Package-Requires: ((emacs "24.5") (ivy "0.15.1"))
1010
;; Keywords: matching
1111

1212
;; This file is part of GNU Emacs.

0 commit comments

Comments
 (0)