Commit b084d882 authored by Eric Timmons's avatar Eric Timmons
Browse files

Bump to v0.0.4

Allow "http" as the protocol for a gitlab server
parent 49a61c51
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#+TITLE: CLPM Changelog

* v0.0.4 - 2018-12-10
  Allow http for a gitlab method.
* v0.0.3 - 2018-12-02
  Get git auth info from environment variables for bundle operations even if the
  local bundle config file is missing.
+6 −0
Original line number Diff line number Diff line
@@ -265,6 +265,12 @@ hostname or NIL."
                         "https://"
                         (source/host source)
                         "/"
                         path-with.git))
           ("http"
            (concatenate 'string
                         "http://"
                         (source/host source)
                         "/"
                         path-with.git))))))))

(defun vcs-project/cache-directory (project)
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

;; NOTE: If this form changes position in this file you *must* update clpm.asd as
;; well.
(defparameter *version* "0.0.3")
(defparameter *version* "0.0.4")

(defparameter *git-version* "")