Skip to content

Commit

Permalink
bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Jul 2, 2015
1 parent 3c662c8 commit 59e7ee0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scssphp v0.1.6
# scssphp v0.1.7
### <http://leafo.net/scssphp>

[![Build Status](https://secure.travis-ci.org/leafo/scssphp.png)](http://travis-ci.org/leafo/scssphp)
Expand Down
6 changes: 6 additions & 0 deletions site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
<div id="changelog"></div>
## Changelog

* **0.1.7** -- July 1, 2015
* bin/pscss: added --line-numbers and --debug-info options
* Compiler: added setLineCommentStyle() and 'q' unit
* Parser: deprecated show() and to() methods
* simplified licensing (MIT)
* refactoring internals and misc bug fixes (maps, empty list, function-exists())
* **0.1.6** -- June 22, 2015
* !global
* more built-in functions
Expand Down
2 changes: 1 addition & 1 deletion site/site.moon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "sitegen"
tools = require "sitegen.tools"

sitegen.create_site =>
@current_version = "0.1.6"
@current_version = "0.1.7"
@title = "SCSS Compiler in PHP"

scssphp = tools.system_command "bin/pscss < %s > %s", "css"
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class Version
{
const VERSION = 'v0.1.6';
const VERSION = 'v0.1.7';
}

0 comments on commit 59e7ee0

Please sign in to comment.