Brit Butler лет назад: 11
Родитель
Сommit
6c2145d0d9
2 измененных файлов с 14 добавлено и 1 удалено
  1. 13 0
      NEWS.md
  2. 1 1
      coleslaw.asd

+ 13 - 0
NEWS.md

@@ -1,3 +1,13 @@
1
+## Changes for 0.9.3 (2013-04-16):
2
+
3
+* **INCOMPATIBLE CHANGE**: `page-path` and the `blog` config class are no longer exported.
4
+* New Docs: [A Hacker's Guide to Coleslaw](hacking_guide) and [Themes](theming_guide)!
5
+* A new theme *readable* based on bootswatch readable, courtesy of @rmoritz!
6
+* Posts may have an author to support multi-user blogs courtesy of @tychoish.
7
+* Fixes to the ReStructuredText plugin courtesy of @tychoish.
8
+* UTF-8 fixes for config files and site content courtesy of @cl-ment.
9
+* Fix timestamps in the sitemap plugin courtesy of @woudshoo.
10
+
1 11
 ## Changes for 0.9.2 (2013-05-11):
2 12
 
3 13
 * **INCOMPATIBLE CHANGE**: Renamed staging, deploy config options staging-dir, deploy-dir.
@@ -52,3 +62,6 @@
52 62
 ## Changes for 0.5 (2012-08-22):
53 63
 
54 64
 * Initial release.
65
+
66
+[hacking_guide]: https://github.com/redline6561/coleslaw/blob/master/docs/hacking.md
67
+[theming_guide]: https://github.com/redline6561/coleslaw/blob/master/docs/themes.md

+ 1 - 1
coleslaw.asd

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