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

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

[elpa] externals/ivy 9eb63d5 3/4: Bump version to point release 0.13.3


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy 9eb63d5 3/4: Bump version to point release 0.13.3
Date: Tue, 9 Mar 2021 14:39:18 -0500 (EST)

branch: externals/ivy
commit 9eb63d5b48f1958f814a4d684b8498c12a7abe6b
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Bump version to point release 0.13.3
    
    Finish the manual sync between the upstream swiper.git monorepo and
    the individual external branches in elpa.git that version 0.13.2
    tried to reconcile, but that went only part of the way.
    
    Once again, this is a bugfix, and does not constitute cutting a
    full-blown release.  For discussion, see #2822 and the following
    thread: https://lists.gnu.org/r/emacs-devel/2021-02/msg01935.html
    
    * counsel.el:
    * ivy-avy.el:
    * ivy-hydra.el:
    * ivy.el:
    * swiper.el:
    * doc/ivy.org: Bump version to point release 0.13.3.
    * doc/ivy.texi: Regenerate.
---
 counsel.el   | 4 ++--
 doc/ivy.org  | 2 +-
 doc/ivy.texi | 2 +-
 ivy-avy.el   | 4 ++--
 ivy-hydra.el | 4 ++--
 ivy.el       | 2 +-
 swiper.el    | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/counsel.el b/counsel.el
index fe48bac..42beae4 100644
--- a/counsel.el
+++ b/counsel.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.2
-;; Package-Requires: ((emacs "24.5") (ivy "0.13.2") (swiper "0.13.2"))
+;; Version: 0.13.3
+;; Package-Requires: ((emacs "24.5") (ivy "0.13.3") (swiper "0.13.3"))
 ;; Keywords: convenience, matching, tools
 
 ;; This file is part of GNU Emacs.
diff --git a/doc/ivy.org b/doc/ivy.org
index 6589dfb..d37ba36 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -58,7 +58,7 @@ ivy-ox.el then ~C-c C-e i t~ in the ivy.org buffer.
 :CUSTOM_ID: copying
 :END:
 #+TEXINFO: @ifnottex
-Ivy manual, version 0.13.2
+Ivy manual, version 0.13.3
 
 Ivy is an interactive interface for completion in Emacs. Emacs uses
 completion mechanism in a variety of contexts: code, menus, commands,
diff --git a/doc/ivy.texi b/doc/ivy.texi
index a31f420..fa1d21c 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -8,7 +8,7 @@
 
 @copying
 @ifnottex
-Ivy manual, version 0.13.2
+Ivy manual, version 0.13.3
 
 Ivy is an interactive interface for completion in Emacs. Emacs uses
 completion mechanism in a variety of contexts: code, menus, commands,
diff --git a/ivy-avy.el b/ivy-avy.el
index e26b782..282d9bc 100644
--- a/ivy-avy.el
+++ b/ivy-avy.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.2
-;; Package-Requires: ((emacs "24.5") (ivy "0.13.2") (avy "0.5.0"))
+;; Version: 0.13.3
+;; Package-Requires: ((emacs "24.5") (ivy "0.13.3") (avy "0.5.0"))
 ;; Keywords: convenience
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/ivy-hydra.el b/ivy-hydra.el
index f57fef9..30b2c17 100644
--- a/ivy-hydra.el
+++ b/ivy-hydra.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.2
-;; Package-Requires: ((emacs "24.5") (ivy "0.13.2") (hydra "0.15.0"))
+;; Version: 0.13.3
+;; Package-Requires: ((emacs "24.5") (ivy "0.13.3") (hydra "0.15.0"))
 ;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
diff --git a/ivy.el b/ivy.el
index 4cfe3e3..36188e1 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4,7 +4,7 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.2
+;; Version: 0.13.3
 ;; Package-Requires: ((emacs "24.5"))
 ;; Keywords: matching
 
diff --git a/swiper.el b/swiper.el
index d42b820..afbc365 100644
--- a/swiper.el
+++ b/swiper.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.2
-;; Package-Requires: ((emacs "24.5") (ivy "0.13.2"))
+;; Version: 0.13.3
+;; Package-Requires: ((emacs "24.5") (ivy "0.13.3"))
 ;; Keywords: matching
 
 ;; This file is part of GNU Emacs.



reply via email to

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