Version 0.3 released!

master
Jakub Stastny aka botanicus 2011-03-17 14:21:15 +00:00
parent cc36b411c7
commit 3b431ea716
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
= Version 0.3
* Added LazyRendering mixin.
* Added SassFilter.
* Added PygmentsFilter for syntax highlighting.
* Added Static class for copying static files.
= Version 0.2
* Filters inheritance.
* Item#permalink and Item#server_path.
= Version 0.1
* Items

View File

@ -1,5 +1,5 @@
# encoding: utf-8
module Ace
VERSION = "0.2"
VERSION = "0.3"
end