Skip to content

Commit 80a3090

Browse files
committed
Bump version number from 0.12.3 to 0.13.0.
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`.
1 parent 3a04228 commit 80a3090

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document describes the user-facing changes to Loopy.
44

5-
## Unreleased
5+
## 0.13.0
66

77
### Breaking Changes
88

loopy-dash.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Earl Hyatt
66
;; Created: February 2021
77
;; URL: https://github.com/okamsn/loopy
8-
;; Version: 0.12.3
9-
;; Package-Requires: ((emacs "25.1") (loopy "0.12.3") (dash "2.19"))
8+
;; Version: 0.13.0
9+
;; Package-Requires: ((emacs "25.1") (loopy "0.13.0") (dash "2.19"))
1010
;; Keywords: extensions
1111
;; LocalWords: Loopy's emacs
1212

loopy-pkg.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(define-package "loopy" "0.12.3"
1+
(define-package "loopy" "0.13.0"
22
"A looping macro"
33
'((emacs "27.1")
44
(map "3.3.1")

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.12.3
8+
;; Version: 0.13.0
99
;; Package-Requires: ((emacs "27.1") (map "3.3.1") (seq "2.22") (compat "29.1.3") (stream "2.3.0"))
1010
;; Keywords: extensions
1111
;; LocalWords: Loopy's emacs Edebug

0 commit comments

Comments
 (0)