Skip to content

Commit

Permalink
Bump to version 0.12.2 to correct the .elpaignore file.
Browse files Browse the repository at this point in the history
Remove `loopy-pkg.el` from the file `.elpaignore`.  The file `.elpaignore` file
determines what goes into the tarball, not what is downloaded.  The repo
contains a file `loopy-pkg.el`, but the ELPA process also makes its own, which
should be included in the generated tarball so that the tarball can be installed
properly.
  • Loading branch information
okamsn committed Feb 25, 2024
1 parent 77e0937 commit 254c693
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This document describes the user-facing changes to Loopy.

## 0.12.2

- Correct the `.elpaignore` file.

## 0.12.1

- Increase version number to so that the ELPA process uses the `.elpaignore`
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.1
;; Package-Requires: ((emacs "25.1") (loopy "0.12.1") (dash "2.19"))
;; Version: 0.12.2
;; Package-Requires: ((emacs "25.1") (loopy "0.12.2") (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.1"
(define-package "loopy" "0.12.2"
"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.1
;; Version: 0.12.2
;; Package-Requires: ((emacs "27.1") (map "3.3.1") (seq "2.22") (compat "29.1.3"))
;; Keywords: extensions
;; LocalWords: Loopy's emacs Edebug
Expand Down

0 comments on commit 254c693

Please sign in to comment.