Version 0.3 released!
This commit is contained in:
parent
cc36b411c7
commit
3b431ea716
2 changed files with 9 additions and 1 deletions
|
@ -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
|
= Version 0.2
|
||||||
|
* Filters inheritance.
|
||||||
|
* Item#permalink and Item#server_path.
|
||||||
|
|
||||||
= Version 0.1
|
= Version 0.1
|
||||||
* Items
|
* Items
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
module Ace
|
module Ace
|
||||||
VERSION = "0.2"
|
VERSION = "0.3"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue