Skip to content

Commit a51fe91

Browse files
committed
v0.1.10 released
1 parent fcfa700 commit a51fe91

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ _site
22
.sass-cache
33
composer.lock
44
pscss.phar
5+
/src/
56
/vendor/

_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.9
3+
current_version: 0.1.10
44
description: >
55
SCSS compiler written in PHP
66
url: http://leafo.github.io

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
118118

119119
## Changelog
120120

121+
* **0.1.10** -- August 23, 2015
122+
* Fix 3 year old {% raw %}@{% endraw %}extend bug
123+
* Fix autoloader. (ext)
121124
* **0.1.9** -- August 1, 2015
122125
* Adoption of the Sass Community Guidelines
123126
* Nested selector fixes with lists, interpolated string, and parent selector

0 commit comments

Comments
 (0)