Loading CHANGELOG.org +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 Loading src/clpm/version.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
CHANGELOG.org +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 Loading
src/clpm/version.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading