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.
master
Basil L. Contovounesios 5 years ago
parent 5eea1560c7
commit 0e97578208
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 2
      README.md
  2. 4
      dash-functional.el
  3. 2
      dash.el
  4. 2
      dash.texi

@ -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).

@ -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

@ -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

@ -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

Loading…
Cancel
Save