branch: elpa/loopy
commit 1849c6c774332c6451288debd4c353449ee79a92
Author: okamsn <[email protected]>
Commit: GitHub <[email protected]>
Bump version number from 0.14.0 to 0.15.0. (#250)
- Increase version number in `loopy.el`.
- Use new version number in `CHANGELOG.md` and `README.org`.
- Delete the changes made in version 0.14.0 from the list
of recent breaking changes in `README.org`.
---
CHANGELOG.md | 2 +-
README.org | 27 +--------------------------
lisp/loopy.el | 2 +-
3 files changed, 3 insertions(+), 28 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51fc91b5c3c..a792a2d092b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ This document describes the user-facing changes to Loopy.
For Loopy Dash, see <https://github.com/okamsn/loopy-dash>.
-## Unreleased
+## 0.15.0
### New Features
diff --git a/README.org b/README.org
index 1a74bf5ef29..3a56314d9a4 100644
--- a/README.org
+++ b/README.org
@@ -35,7 +35,7 @@ please let me know.
-----
_Recent breaking changes:_
- - Unreleased:
+ - Version 0.15.0:
- Loopy now requires at least Emacs version 28.1, increased from version
27.1.
- =set= now warns when it is not given a value. In the future, it will
@@ -52,31 +52,6 @@ please let me know.
- ~loopy-default-flags~ is made obsolete to avoid conflicts between
libraries. Using a wrapping macro instead, such as the one given in
Changelog or the Org/Info documentation.
- - Version 0.14.0:
- - Conflicting initialization values for accumulation variables now signal
- a warning. In the future, they will signal an error.
- - The positional arguments to the =numbers= command have been removed,
- being deprecated since version 0.12.0.
- - Some built-in aliases have been made obsolete and will be removed from the
- list of built-in aliases in the future. They can still be added to the
- list of known aliases using ~loopy-defalias~. See the changelog for more
- information.
- - =seq= and =seq-ref= now work on generic sequences and are separate
commands
- from =sequence= and =sequence-ref=. =sequence-index= now uses
- ~seq-length~.
- - Improved consistency of some keyword arguments:
- - The =:unique= keyword argument of the =map= and =map-ref= commands can
now
- be evaluable at run time.
- - The =:close= argument of the =iter= command is now evaluable, instead of
- only being used during macro expansion.
- - The =:close= argument of the =iter= command is now evaluated at the
- beginning of the loop.
- - The =:on-failure= argument of the =find= command is now evaluated at the
- beginning of the loop.
- - Changed back to the old, slightly slower behavior of always initializing
- iteration variables to ~nil~, instead of sometimes initializing to the
- expected value during the first iteration step. This affects =cons=,
- =cycle=, =iter=, =numbers=, =seq-index=, and =substream=.
- See the [[https://github.com/okamsn/loopy/blob/master/CHANGELOG.md][change
log]] for less recent changes.
# This auto-generated by toc-org.
diff --git a/lisp/loopy.el b/lisp/loopy.el
index c28f436312c..1270b67a2ec 100644
--- a/lisp/loopy.el
+++ b/lisp/loopy.el
@@ -5,7 +5,7 @@
;; Author: Earl Hyatt
;; Created: November 2020
;; URL: https://github.com/okamsn/loopy
-;; Version: 0.14.0
+;; Version: 0.15.0
;; Package-Requires: ((emacs "28.1") (map "3.3.1") (seq "2.22") (compat
"29.1.3") (stream "2.4.0"))
;; Keywords: extensions
;; LocalWords: Loopy's emacs Edebug