Skip to content

Commit

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

** 0.6-pre
** 0.6

*Additions*
+ Function ~plz~'s ~:body~ argument now accepts a list like ~(file FILENAME)~ to upload a file from disk (by passing the filename to curl, rather than reading its content into Emacs and sending it to curl through the pipe).
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.6-pre
;; Version: 0.6
;; Package-Requires: ((emacs "26.3"))
;; Keywords: comm, network, http

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

Changelog

* 0.6-pre: 06-pre.
* 0.6: 06.
* 0.5.4: 054.
* 0.5.3: 053.
* 0.5.2: 052.
Expand Down Expand Up @@ -281,7 +281,7 @@ File: README.info, Node: Changelog, Next: Credits, Prev: Usage, Up: Top

* Menu:

* 0.6-pre: 06-pre.
* 0.6: 06.
* 0.5.4: 054.
* 0.5.3: 053.
* 0.5.2: 052.
Expand All @@ -294,10 +294,10 @@ File: README.info, Node: Changelog, Next: Credits, Prev: Usage, Up: Top
* 0.1: 01.


File: README.info, Node: 06-pre, Next: 054, Up: Changelog
File: README.info, Node: 06, Next: 054, Up: Changelog

3.1 0.6-pre
===========
3.1 0.6
=======

*Additions*
• Function ‘plz’’s ‘:body’ argument now accepts a list like ‘(file
Expand All @@ -312,7 +312,7 @@ File: README.info, Node: 06-pre, Next: 054, Up: Changelog
• Handle HTTP 3xx redirects when using ‘:as 'response’.


File: README.info, Node: 054, Next: 053, Prev: 06-pre, Up: Changelog
File: README.info, Node: 054, Next: 053, Prev: 06, Up: Changelog

3.2 0.5.4
=========
Expand Down Expand Up @@ -486,30 +486,30 @@ GPLv3

Tag Table:
Node: Top199
Node: Installation1177
Node: GNU ELPA1320
Node: Manual1566
Node: Usage1872
Node: Examples2373
Node: Functions3740
Node: Queueing6848
Node: Tips8231
Node: Changelog8532
Node: 06-pre8790
Node: 0549402
Node: 0539649
Node: 0529965
Node: 05110172
Node: 0510424
Node: 0410630
Node: 0311536
Node: 02111984
Node: 0212133
Node: 0112264
Node: Credits12360
Node: Development12726
Node: Copyright assignment13240
Node: License13828
Node: Installation1169
Node: GNU ELPA1312
Node: Manual1558
Node: Usage1864
Node: Examples2365
Node: Functions3732
Node: Queueing6840
Node: Tips8223
Node: Changelog8524
Node: 068774
Node: 0549374
Node: 0539617
Node: 0529933
Node: 05110140
Node: 0510392
Node: 0410598
Node: 0311504
Node: 02111952
Node: 0212101
Node: 0112232
Node: Credits12328
Node: Development12694
Node: Copyright assignment13208
Node: License13796

End Tag Table

Expand Down

0 comments on commit 271d0aa

Please sign in to comment.