Skip to content

Commit

Permalink
Release: v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Apr 15, 2023
1 parent 973050f commit 7ea6175
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You may also clear a queue with ~plz-clear~, which cancels any active or queued
:TOC: :depth 0
:END:

** 0.5.3-pre
** 0.5.3

*Fixes*
+ Move new slot in ~plz-queue~ struct to end to prevent invalid byte-compiler expansions for already-compiled applications (which would require them to be recompiled after upgrading ~plz~).
Expand Down
2 changes: 1 addition & 1 deletion plz.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Adam Porter <adam@alphapapa.net>
;; Maintainer: Adam Porter <adam@alphapapa.net>
;; URL: https://github.com/alphapapa/plz.el
;; Version: 0.5.3-pre
;; Version: 0.5.3
;; Package-Requires: ((emacs "26.3"))
;; Keywords: comm, network, http

Expand Down
56 changes: 28 additions & 28 deletions plz.info
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Usage

Changelog

* 0.5.3-pre: 053-pre.
* 0.5.3: 053.
* 0.5.2: 052.
* 0.5.1: 051.
* 0.5: 05.
Expand Down Expand Up @@ -274,7 +274,7 @@ File: README.info, Node: Changelog, Next: Credits, Prev: Usage, Up: Top

* Menu:

* 0.5.3-pre: 053-pre.
* 0.5.3: 053.
* 0.5.2: 052.
* 0.5.1: 051.
* 0.5: 05.
Expand All @@ -285,18 +285,18 @@ File: README.info, Node: Changelog, Next: Credits, Prev: Usage, Up: Top
* 0.1: 01.


File: README.info, Node: 053-pre, Next: 052, Up: Changelog
File: README.info, Node: 053, Next: 052, Up: Changelog

3.1 0.5.3-pre
=============
3.1 0.5.3
=========

*Fixes*
• Move new slot in ‘plz-queue’ struct to end to prevent invalid
byte-compiler expansions for already-compiled applications (which
would require them to be recompiled after upgrading ‘plz’).


File: README.info, Node: 052, Next: 051, Prev: 053-pre, Up: Changelog
File: README.info, Node: 052, Next: 051, Prev: 053, Up: Changelog

3.2 0.5.2
=========
Expand Down Expand Up @@ -449,28 +449,28 @@ GPLv3

Tag Table:
Node: Top199
Node: Installation1152
Node: GNU ELPA1295
Node: Manual1541
Node: Usage1847
Node: Examples2348
Node: Functions3715
Node: Queueing6709
Node: Tips7967
Node: Changelog8268
Node: 053-pre8501
Node: 0528817
Node: 0519028
Node: 059280
Node: 049486
Node: 0310392
Node: 02110840
Node: 0210989
Node: 0111118
Node: Credits11212
Node: Development11578
Node: Copyright assignment12092
Node: License12680
Node: Installation1144
Node: GNU ELPA1287
Node: Manual1533
Node: Usage1839
Node: Examples2340
Node: Functions3707
Node: Queueing6701
Node: Tips7959
Node: Changelog8260
Node: 0538485
Node: 0528789
Node: 0518996
Node: 059248
Node: 049454
Node: 0310360
Node: 02110808
Node: 0210957
Node: 0111086
Node: Credits11180
Node: Development11546
Node: Copyright assignment12060
Node: License12648

End Tag Table

Expand Down

0 comments on commit 7ea6175

Please sign in to comment.