Skip to content

Commit

Permalink
Bump version number from 0.12.3 to 0.13.0.
Browse files Browse the repository at this point in the history
This change includes:

- The new `&seq` destructuring pattern.
- The new `substream` and `stream` commands.
- Improvements to `set-prev`.
- Improvements to `always`, `never`, and `thereis`.
- Deprecating `:result-type` and `:init`.
  • Loading branch information
okamsn committed Aug 18, 2024
1 parent 3a04228 commit 80a3090
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document describes the user-facing changes to Loopy.

## Unreleased
## 0.13.0

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions loopy-dash.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
;; Author: Earl Hyatt
;; Created: February 2021
;; URL: https://github.com/okamsn/loopy
;; Version: 0.12.3
;; Package-Requires: ((emacs "25.1") (loopy "0.12.3") (dash "2.19"))
;; Version: 0.13.0
;; Package-Requires: ((emacs "25.1") (loopy "0.13.0") (dash "2.19"))
;; Keywords: extensions
;; LocalWords: Loopy's emacs

Expand Down
2 changes: 1 addition & 1 deletion loopy-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "loopy" "0.12.3"
(define-package "loopy" "0.13.0"
"A looping macro"
'((emacs "27.1")
(map "3.3.1")
Expand Down
2 changes: 1 addition & 1 deletion 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.12.3
;; Version: 0.13.0
;; Package-Requires: ((emacs "27.1") (map "3.3.1") (seq "2.22") (compat "29.1.3") (stream "2.3.0"))
;; Keywords: extensions
;; LocalWords: Loopy's emacs Edebug
Expand Down

0 comments on commit 80a3090

Please sign in to comment.