Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to version 0.14.0. #227

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading