From 6c2145d0d953474bae11838da7c7aaaf400512a8 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Tue, 15 Apr 2014 22:09:17 -0400 Subject: [PATCH] Release: 0.9.3! --- NEWS.md | 13 +++++++++++++ coleslaw.asd | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index c4281a1..4b7749d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +## Changes for 0.9.3 (2013-04-16): + +* **INCOMPATIBLE CHANGE**: `page-path` and the `blog` config class are no longer exported. +* New Docs: [A Hacker's Guide to Coleslaw](hacking_guide) and [Themes](theming_guide)! +* A new theme *readable* based on bootswatch readable, courtesy of @rmoritz! +* Posts may have an author to support multi-user blogs courtesy of @tychoish. +* Fixes to the ReStructuredText plugin courtesy of @tychoish. +* UTF-8 fixes for config files and site content courtesy of @cl-ment. +* Fix timestamps in the sitemap plugin courtesy of @woudshoo. + ## Changes for 0.9.2 (2013-05-11): * **INCOMPATIBLE CHANGE**: Renamed staging, deploy config options staging-dir, deploy-dir. @@ -52,3 +62,6 @@ ## Changes for 0.5 (2012-08-22): * Initial release. + +[hacking_guide]: https://github.com/redline6561/coleslaw/blob/master/docs/hacking.md +[theming_guide]: https://github.com/redline6561/coleslaw/blob/master/docs/themes.md diff --git a/coleslaw.asd b/coleslaw.asd index 2dd3481..b8a1216 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -1,7 +1,7 @@ (defsystem #:coleslaw :name "coleslaw" :description "Flexible Lisp Blogware" - :version "0.9.2" + :version "0.9.3" :license "BSD" :author "Brit Butler " :pathname "src/"