Skip to content

Commit

Permalink
Update to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Mar 2, 2024
1 parent 36f0eef commit 331cb3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Verb Changelog
## **main** (MELPA)

## **2.16.0** - 2024-03-02 (MELPA Stable)
- Fixed LF being used instead of CRLF in multipart boundaries.
- When sending a request, include the HTTP method and path in the message displayed on the minibuffer.
- The `verb-json-get` function now accepts negative integer arguments for accessing list elements.
Expand Down
2 changes: 1 addition & 1 deletion ob-verb.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Federico Tedin <[email protected]>
;; Homepage: https://github.com/federicotdn/verb
;; Keywords: tools
;; Package-Version: 2.15.0
;; Package-Version: 2.16.0
;; Package-Requires: ((emacs "26.3"))

;; This file is NOT part of GNU Emacs.
Expand Down
4 changes: 2 additions & 2 deletions verb.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Federico Tedin <[email protected]>
;; Homepage: https://github.com/federicotdn/verb
;; Keywords: tools
;; Package-Version: 2.15.0
;; Package-Version: 2.16.0
;; Package-Requires: ((emacs "26.3"))

;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -340,7 +340,7 @@ E = Error.")
"Prefix for Verb metadata keys in heading properties.
Matching is case insensitive.")

(defconst verb-version "2.15.0"
(defconst verb-version "2.16.0"
"Verb package version.")

(defconst verb--multipart-boundary-alphabet
Expand Down

0 comments on commit 331cb3f

Please sign in to comment.