Skip to content

Commit 36f7698

Browse files
authored
Bump to version 0.14.0. (#227)
1 parent 2376e9a commit 36f7698

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document describes the user-facing changes to Loopy.
44

55
For Loopy Dash, see <https://github.com/okamsn/loopy-dash>.
66

7-
## Unreleased
7+
## 0.14.0
88

99
### Commands for Generic (`seq.el`) Sequences
1010

README.org

+1-12
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ please let me know.
3232
-----
3333

3434
_Recent breaking changes:_
35-
- Unreleased:
35+
- Version 0.14.0:
3636
- Conflicting initialization values for accumulation variables now signal
3737
a warning. In the future, they will signal an error.
3838
- The positional arguments to the =numbers= command have been removed,
@@ -57,17 +57,6 @@ please let me know.
5757
iteration variables to ~nil~, instead of sometimes initializing to the
5858
expected value during the first iteration step. This affects =cons=,
5959
=cycle=, =iter=, =numbers=, =seq-index=, and =substream=.
60-
- Version 0.13.0:
61-
- The deprecated =:init= keyword argument has been removed. Use the =with=
62-
special macro argument instead.
63-
- The deprecated =:result-type= keyword argument has been removed. Use the
64-
=finally-return= special macro argument instead in combination with
65-
~cl-coerce~, ~seq-into~, or a similar function.
66-
- The commands =always=, =never=, and =thereis= now have the signature
67-
=(command [VAR] CONDITION &key into)=, similar to accumulation commands.
68-
They no longer take multiple condition arguments.
69-
- The built-in destructuring system was switched to use ~pcase~ internally,
70-
so some warnings and errors are now reportedly differently.
7160
- See the [[https://github.com/okamsn/loopy/blob/master/CHANGELOG.md][change log]] for less recent changes.
7261

7362
# This auto-generated by toc-org.

lisp/loopy.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Earl Hyatt
66
;; Created: November 2020
77
;; URL: https://github.com/okamsn/loopy
8-
;; Version: 0.13.0
8+
;; Version: 0.14.0
99
;; Package-Requires: ((emacs "27.1") (map "3.3.1") (seq "2.22") (compat "29.1.3") (stream "2.4.0"))
1010
;; Keywords: extensions
1111
;; LocalWords: Loopy's emacs Edebug

0 commit comments

Comments
 (0)