Skip to content

Commit 558357f

Browse files
committed
prepare 0.0.10 release
1 parent 9d97006 commit 558357f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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.9
1+
# scssphp v0.0.10
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.9";
46+
static public $VERSION = "v0.0.10";
4747

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

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.10** -- April 14, 2014
108+
* fix media query merging (timonbaetz)
109+
* inline if should treat null as false (wonderslug)
110+
* optimizing toHSL() (jfsullivan)
107111
* **0.0.9** -- December 23, 2013
108112
* fix @for/@while inside @content block (sergeylukin)
109113
* fix functions in mixin_content (timonbaetz)

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

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

0 commit comments

Comments
 (0)