Commit 2b855e06 authored by Eric Timmons's avatar Eric Timmons
Browse files

Bump version to 0.0.8

parent f37f9005
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#+TITLE: CLPM Changelog

* v0.0.8 - 2019-04-05
  Bug fix, bundle install now correctly fetches git repos when a commit is missing
* v0.0.7 - 2019-01-28
  Bug fixes, add ability to statically link against libssl, improved helper scripts
* v0.0.6 - 2019-01-09
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

;; NOTE: If this form changes position in this file you *must* update clpm.asd as
;; well.
(defparameter *version* "0.0.7"
(defparameter *version* "0.0.8"
  "The version number of CLPM.")

(defparameter *git-version* nil