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

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

[elpa] externals/dash 0e97578 316/316: Release dash 2.18.0 and dash-func


From: ELPA Syncer
Subject: [elpa] externals/dash 0e97578 316/316: Release dash 2.18.0 and dash-functional 1.3.0
Date: Mon, 15 Feb 2021 15:58:24 -0500 (EST)

branch: externals/dash
commit 0e975782086020aa12863fdb658d6a3cc748a10c
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Release dash 2.18.0 and dash-functional 1.3.0
    
    This is the last release of dash-functional, which is now obsolete.
    All of its definitions are now provided by dash 2.18.0, which should
    be used instead.  See issue #356.
    
    * dash.el: Bump version to 2.18.0.
    * dash-functional.el: Bump version to 1.3.0 and require dash 2.18.0.
    
    * README.md:
    * dash.texi: Regenerate docs.
    
    Closes #152.
---
 README.md          | 2 +-
 dash-functional.el | 4 ++--
 dash.el            | 2 +-
 dash.texi          | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d25cc6d..c0c3de7 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ 
Libraries")`](https://gnu.org/software/emacs/manual/html_node/emacs/Lisp-Librari
 
 Add something like this to the library's headers:
 
-    ;; Package-Requires: ((dash "2.17.0"))
+    ;; Package-Requires: ((dash "2.18.0"))
 
 See [`(info "(elisp) Library
 
Headers")`](https://gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html).
diff --git a/dash-functional.el b/dash-functional.el
index f5bed3b..105f1d8 100644
--- a/dash-functional.el
+++ b/dash-functional.el
@@ -4,8 +4,8 @@
 
 ;; Author: Matus Goljer <matus.goljer@gmail.com>
 ;;         Magnar Sveen <magnars@gmail.com>
-;; Version: 1.2.0
-;; Package-Requires: ((emacs "24") (dash "2.0.0"))
+;; Version: 1.3.0
+;; Package-Requires: ((dash "2.18.0"))
 ;; Keywords: extensions, lisp
 ;; Homepage: https://github.com/magnars/dash.el
 
diff --git a/dash.el b/dash.el
index 2a11b78..80d4ef9 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 
 ;; Author: Magnar Sveen <magnars@gmail.com>
-;; Version: 2.17.0
+;; Version: 2.18.0
 ;; Package-Requires: ((emacs "24"))
 ;; Keywords: extensions, lisp
 ;; Homepage: https://github.com/magnars/dash.el
diff --git a/dash.texi b/dash.texi
index 1220fbc..b4bfd39 100644
--- a/dash.texi
+++ b/dash.texi
@@ -1,7 +1,7 @@
 \input texinfo    @c -*- texinfo -*-
 @c %**start of header
 @setfilename dash.info
-@set DASHVER 2.17.0
+@set DASHVER 2.18.0
 @settitle Dash: A modern list library for GNU Emacs.
 @documentencoding UTF-8
 @documentlanguage en



reply via email to

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