Skip to content

Commit

Permalink
0.0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Jul 7, 2014
1 parent eacba37 commit ff76df3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scssphp v0.0.11
# scssphp v0.0.12
### <http://leafo.net/scssphp>

[![Build Status](https://secure.travis-ci.org/leafo/scssphp.png)](http://travis-ci.org/leafo/scssphp)
Expand Down
4 changes: 4 additions & 0 deletions site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
<div id="changelog"></div>
## Changelog

* **0.0.12** -- July 6, 2014
* revert erroneous import-partials-fix (smuuf)
* handle If-Modified-Since in client request, and send Last-Modified in response (braver)
* add hhvm to travis-ci testing
* **0.0.11** -- July 5, 2014
* support multi-line continuation character (backslash)per CSS2.1 and CSS3 spec (caiosm1005)
* imported partials should not be compiled (squarestar)
Expand Down
2 changes: 1 addition & 1 deletion site/site.moon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "sitegen"
tools = require "sitegen.tools"

sitegen.create_site =>
@current_version = "0.0.11"
@current_version = "0.0.12"
@title = "SCSS Compiler in PHP"

scssphp = tools.system_command "pscss < %s > %s", "css"
Expand Down

0 comments on commit ff76df3

Please sign in to comment.