emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/url-scgi 6a9c5d29e6 32/48: Bump version to 0.6


From: ELPA Syncer
Subject: [elpa] externals/url-scgi 6a9c5d29e6 32/48: Bump version to 0.6
Date: Fri, 28 Oct 2022 22:58:31 -0400 (EDT)

branch: externals/url-scgi
commit 6a9c5d29e601aa3f74cc66dc34afffddc0cc7977
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Bump version to 0.6
---
 url-scgi.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/url-scgi.el b/url-scgi.el
index 67364dcac5..fd64d83d58 100644
--- a/url-scgi.el
+++ b/url-scgi.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2021 Stefan Kangas.
 
 ;; Author: Stefan Kangas <stefankangas@gmail.com>
-;; Version: 0.5
+;; Version: 0.6
 ;; Keywords: comm, data, processes, scgi
 ;; Package-Requires: ((cl-lib "0.5"))
 
@@ -34,6 +34,8 @@
 
 ;;; Change Log:
 
+;; 0.6 - Documentation fixes
+
 ;; 0.5 - Fix using file socket on Emacs 25
 ;;       Fix cl-check-type bug on Emacs 26.1
 
@@ -50,7 +52,7 @@
 (require 'cl-lib)
 (require 'url-parse)
 
-(defvar url-scgi-version "0.5"
+(defvar url-scgi-version "0.6"
   "The version of scgi that you're using.")
 
 (defvar url-scgi-connection-opened)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]