Skip to content

Commit 22111e0

Browse files
committed
v0.2.0 released
1 parent a51fe91 commit 22111e0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site settings
22
title: SCSS Compiler in PHP
3-
current_version: 0.1.10
3+
current_version: 0.2.0
44
description: >
55
SCSS compiler written in PHP
66
url: http://leafo.github.io

index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ If you use [Packagist][2] for installing packages, then you can update your `com
3838
}
3939
{% endhighlight %}
4040

41+
Note: git archives of stable versions no longer include the `tests/` folder.
42+
To install the unit tests, download the complete package source using `composer`'s
43+
`--prefer-source` option.
44+
4145
<a name="quickstart"></a>
4246

4347
## Language Reference
@@ -118,6 +122,10 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
118122

119123
## Changelog
120124

125+
* **0.2.0** -- August 25, 2015
126+
* Smaller git archives
127+
* Detect {% raw %}@{% endraw %}import loops
128+
* Doc blocks everywhere!
121129
* **0.1.10** -- August 23, 2015
122130
* Fix 3 year old {% raw %}@{% endraw %}extend bug
123131
* Fix autoloader. (ext)

0 commit comments

Comments
 (0)