Release 2.13.0

master
Magnar Sveen 10 years ago
parent 52e7eb4ae0
commit 4ae329aa21
  1. 6
      README.md
  2. 4
      dash.el
  3. 6
      readme-template.md

@ -19,11 +19,11 @@ If you want the function combinators, then also:
Add this to the big comment block at the top:
;; Package-Requires: ((dash "2.12.1"))
;; Package-Requires: ((dash "2.13.0"))
To get function combinators:
;; Package-Requires: ((dash "2.12.1") (dash-functional "1.2.0") (emacs "24"))
;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (emacs "24"))
## Upcoming breaking change!
@ -2638,7 +2638,7 @@ Thanks!
## License
Copyright (C) 2012-2014 Magnar Sveen
Copyright (C) 2012-2016 Free Software Foundation, Inc.
Authors: Magnar Sveen <magnars@gmail.com>
Keywords: lists

@ -1,9 +1,9 @@
;;; dash.el --- A modern list library for Emacs -*- lexical-binding: t -*-
;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 2.12.1
;; Version: 2.13.0
;; Keywords: lists
;; This program is free software; you can redistribute it and/or modify

@ -19,11 +19,11 @@ If you want the function combinators, then also:
Add this to the big comment block at the top:
;; Package-Requires: ((dash "2.12.1"))
;; Package-Requires: ((dash "2.13.0"))
To get function combinators:
;; Package-Requires: ((dash "2.12.1") (dash-functional "1.2.0") (emacs "24"))
;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (emacs "24"))
## Upcoming breaking change!
@ -250,7 +250,7 @@ Thanks!
## License
Copyright (C) 2012-2014 Magnar Sveen
Copyright (C) 2012-2016 Free Software Foundation, Inc.
Authors: Magnar Sveen <magnars@gmail.com>
Keywords: lists

Loading…
Cancel
Save