From 0e975782086020aa12863fdb658d6a3cc748a10c Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sat, 6 Feb 2021 11:29:49 +0000 Subject: [PATCH] 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 d25cc6d4..c0c3de7f 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 f5bed3b8..105f1d88 100644 --- a/dash-functional.el +++ b/dash-functional.el @@ -4,8 +4,8 @@ ;; Author: Matus Goljer ;; Magnar Sveen -;; 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 2a11b78a..80d4ef91 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012-2021 Free Software Foundation, Inc. ;; Author: Magnar Sveen -;; 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 1220fbc0..b4bfd39e 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