Browse Source

Release: 0.9.3!

Brit Butler 11 years ago
parent
commit
6c2145d0d9
2 changed files with 14 additions and 1 deletions
  1. 13 0
      NEWS.md
  2. 1 1
      coleslaw.asd

+ 13 - 0
NEWS.md

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
 ## Changes for 0.9.2 (2013-05-11):
11
 ## Changes for 0.9.2 (2013-05-11):
2
 
12
 
3
 * **INCOMPATIBLE CHANGE**: Renamed staging, deploy config options staging-dir, deploy-dir.
13
 * **INCOMPATIBLE CHANGE**: Renamed staging, deploy config options staging-dir, deploy-dir.
52
 ## Changes for 0.5 (2012-08-22):
62
 ## Changes for 0.5 (2012-08-22):
53
 
63
 
54
 * Initial release.
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
 (defsystem #:coleslaw
1
 (defsystem #:coleslaw
2
   :name "coleslaw"
2
   :name "coleslaw"
3
   :description "Flexible Lisp Blogware"
3
   :description "Flexible Lisp Blogware"
4
-  :version "0.9.2"
4
+  :version "0.9.3"
5
   :license "BSD"
5
   :license "BSD"
6
   :author "Brit Butler <redline6561@gmail.com>"
6
   :author "Brit Butler <redline6561@gmail.com>"
7
   :pathname "src/"
7
   :pathname "src/"