Skip to content

Commit

Permalink
Release dash 2.18.0 and dash-functional 1.3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
basil-conto committed Feb 10, 2021
1 parent 5eea156 commit 0e97578
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions dash-functional.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dash.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dash.texi
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0e97578

Please sign in to comment.