From 9f156a6c756551b9fdcdf6e066b9f07c7f03d3f0 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Thu, 11 Jul 2013 22:00:22 +0200 Subject: [PATCH] Release 1.5.0 --- README.md | 7 ++++++- dash.el | 2 +- readme-template.md | 7 ++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03dcf347..04996e1e 100644 --- a/README.md +++ b/README.md @@ -876,6 +876,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 1.4.0 to 1.5.0 + +- Add `-sum` and `-product` (Johan Andersson) + ### From 1.3.0 to 1.4.0 - Add `-sort` @@ -904,12 +908,13 @@ Change `readme-template.md` or `examples-to-docs.el` instead. - [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`. - [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`. - [Emanuel Evans](https://github.com/shosti) contributed `-if-let`, `-when-let` and `-insert-at`. + - [Johan Andersson](https://github.com/rejeep) contributed `-sum` and `-produce`. Thanks! ## License -Copyright (C) 2012 Magnar Sveen +Copyright (C) 2012-2013 Magnar Sveen Authors: Magnar Sveen Keywords: lists diff --git a/dash.el b/dash.el index 7f41af62..1043c237 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012 Magnar Sveen ;; Author: Magnar Sveen -;; Version: 1.4.0 +;; Version: 1.5.0 ;; Keywords: lists ;; This program is free software; you can redistribute it and/or modify diff --git a/readme-template.md b/readme-template.md index f1f80e21..e8c320e8 100644 --- a/readme-template.md +++ b/readme-template.md @@ -71,6 +71,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 1.4.0 to 1.5.0 + +- Add `-sum` and `-product` (Johan Andersson) + ### From 1.3.0 to 1.4.0 - Add `-sort` @@ -99,12 +103,13 @@ Change `readme-template.md` or `examples-to-docs.el` instead. - [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`. - [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`. - [Emanuel Evans](https://github.com/shosti) contributed `-if-let`, `-when-let` and `-insert-at`. + - [Johan Andersson](https://github.com/rejeep) contributed `-sum` and `-produce`. Thanks! ## License -Copyright (C) 2012 Magnar Sveen +Copyright (C) 2012-2013 Magnar Sveen Authors: Magnar Sveen Keywords: lists