Skip to content

Commit 807e711

Browse files
committed
0.0.11 release
1 parent 09fec09 commit 807e711

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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.10
1+
# scssphp v0.0.11
22
### <http://leafo.net/scssphp>
33

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

scss.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* @author Leaf Corcoran <leafot@gmail.com>
4444
*/
4545
class scssc {
46-
static public $VERSION = 'v0.0.11-dev';
46+
static public $VERSION = 'v0.0.11';
4747

4848
static protected $operatorNames = array(
4949
'+' => "add",

site/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ 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.11** -- July 5, 2014
108+
* support multi-line continuation character (backslash)per CSS2.1 and CSS3 spec (caiosm1005)
109+
* imported partials should not be compiled (squarestar)
110+
* add setVariables() and unsetVariable() to interface (leafo/lessphp)
111+
* micro-optimizing is_null() (Yahasana)
107112
* **0.0.10** -- April 14, 2014
108113
* fix media query merging (timonbaetz)
109114
* inline if should treat null as false (wonderslug)

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.10"
6+
@current_version = "0.0.11"
77
@title = "SCSS Compiler in PHP"
88

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

0 commit comments

Comments
 (0)