Skip to content

Commit 0e97578

Browse files
committed
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.
1 parent 5eea156 commit 0e97578

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Libraries")`](https://gnu.org/software/emacs/manual/html_node/emacs/Lisp-Librari
5454

5555
Add something like this to the library's headers:
5656

57-
;; Package-Requires: ((dash "2.17.0"))
57+
;; Package-Requires: ((dash "2.18.0"))
5858

5959
See [`(info "(elisp) Library
6060
Headers")`](https://gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html).

dash-functional.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
;; Author: Matus Goljer <matus.goljer@gmail.com>
66
;; Magnar Sveen <magnars@gmail.com>
7-
;; Version: 1.2.0
8-
;; Package-Requires: ((emacs "24") (dash "2.0.0"))
7+
;; Version: 1.3.0
8+
;; Package-Requires: ((dash "2.18.0"))
99
;; Keywords: extensions, lisp
1010
;; Homepage: https://github.com/magnars/dash.el
1111

dash.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
44

55
;; Author: Magnar Sveen <magnars@gmail.com>
6-
;; Version: 2.17.0
6+
;; Version: 2.18.0
77
;; Package-Requires: ((emacs "24"))
88
;; Keywords: extensions, lisp
99
;; Homepage: https://github.com/magnars/dash.el

dash.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\input texinfo @c -*- texinfo -*-
22
@c %**start of header
33
@setfilename dash.info
4-
@set DASHVER 2.17.0
4+
@set DASHVER 2.18.0
55
@settitle Dash: A modern list library for GNU Emacs.
66
@documentencoding UTF-8
77
@documentlanguage en

0 commit comments

Comments
 (0)