Release: 0.9.2!

This commit is contained in:
Brit Butler 2013-05-11 20:37:58 -04:00
parent cb1a82fc67
commit 1db94e8dd3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## Changes for 0.9.2 (2013-05-xx): ## Changes for 0.9.2 (2013-05-11):
* **INCOMPATIBLE CHANGE**: Renamed staging, deploy config options staging-dir, deploy-dir. * **INCOMPATIBLE CHANGE**: Renamed staging, deploy config options staging-dir, deploy-dir.
* A plugin for Github Pages support. (thanks @mrordinaire!) * A plugin for Github Pages support. (thanks @mrordinaire!)

View file

@ -1,7 +1,7 @@
(defsystem #:coleslaw (defsystem #:coleslaw
:name "coleslaw" :name "coleslaw"
:description "Flexible Lisp Blogware" :description "Flexible Lisp Blogware"
:version "0.9.1" :version "0.9.2"
:license "BSD" :license "BSD"
:author "Brit Butler <redline6561@gmail.com>" :author "Brit Butler <redline6561@gmail.com>"
:pathname "src/" :pathname "src/"