Skip to content

Commit

Permalink
Bump to version 0.14.0. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
okamsn authored Jan 19, 2025
1 parent 2376e9a commit 36f7698
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0

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

Expand Down
13 changes: 1 addition & 12 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ please let me know.
-----

_Recent breaking changes:_
- Unreleased:
- 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,
Expand All @@ -57,17 +57,6 @@ please let me know.
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=.
- Version 0.13.0:
- The deprecated =:init= keyword argument has been removed. Use the =with=
special macro argument instead.
- The deprecated =:result-type= keyword argument has been removed. Use the
=finally-return= special macro argument instead in combination with
~cl-coerce~, ~seq-into~, or a similar function.
- The commands =always=, =never=, and =thereis= now have the signature
=(command [VAR] CONDITION &key into)=, similar to accumulation commands.
They no longer take multiple condition arguments.
- The built-in destructuring system was switched to use ~pcase~ internally,
so some warnings and errors are now reportedly differently.
- See the [[https://github.com/okamsn/loopy/blob/master/CHANGELOG.md][change log]] for less recent changes.

# This auto-generated by toc-org.
Expand Down
2 changes: 1 addition & 1 deletion lisp/loopy.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Earl Hyatt
;; Created: November 2020
;; URL: https://github.com/okamsn/loopy
;; Version: 0.13.0
;; Version: 0.14.0
;; Package-Requires: ((emacs "27.1") (map "3.3.1") (seq "2.22") (compat "29.1.3") (stream "2.4.0"))
;; Keywords: extensions
;; LocalWords: Loopy's emacs Edebug
Expand Down

0 comments on commit 36f7698

Please sign in to comment.