Skip to content

Commit ff76df3

Browse files
committed
0.0.12 release
1 parent eacba37 commit ff76df3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# scssphp v0.0.11
1+
# scssphp v0.0.12
22
### <http://leafo.net/scssphp>
33

44
[![Build Status](https://secure.travis-ci.org/leafo/scssphp.png)](http://travis-ci.org/leafo/scssphp)

site/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
104104
<div id="changelog"></div>
105105
## Changelog
106106

107+
* **0.0.12** -- July 6, 2014
108+
* revert erroneous import-partials-fix (smuuf)
109+
* handle If-Modified-Since in client request, and send Last-Modified in response (braver)
110+
* add hhvm to travis-ci testing
107111
* **0.0.11** -- July 5, 2014
108112
* support multi-line continuation character (backslash)per CSS2.1 and CSS3 spec (caiosm1005)
109113
* imported partials should not be compiled (squarestar)

site/site.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require "sitegen"
33
tools = require "sitegen.tools"
44

55
sitegen.create_site =>
6-
@current_version = "0.0.11"
6+
@current_version = "0.0.12"
77
@title = "SCSS Compiler in PHP"
88

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

0 commit comments

Comments
 (0)