Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jun 7, 2017
1 parent bcd9f75 commit 1bb8352
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/changes.rst
Expand Up @@ -2,6 +2,25 @@ Changelog
=========


Version 0.13.0
--------------

Released on January 7, 2017.

- Use ``getfullargspec`` when available in python 3. [:issue:`188` by
Thom Wiggers]
- Use ``sass_copy_c_string`` instead of ``strdup`` for portability
[:issue:`196` by Anthony Sottile]
- Use ``-std=gnu++0x`` to fix installation under cygwin [:issue:`195`
:issue:`197` by Anthony Sottile]
- Correct source map url [:issue:`201` :issue:`202` by Anthony Sottile]
- Remove ``--watch`` [:issue:`203` by Anthony Sottile]
- Follow up the libsass upstream: 3.4.4 --- See the release notes of Libsass
3.4.4__. [:issue:`205` by Anthony Sottile]

__ https://github.com/sass/libsass/releases/tag/3.4.4


Version 0.12.3
--------------

Expand Down
2 changes: 1 addition & 1 deletion sass.py
Expand Up @@ -31,7 +31,7 @@
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
'SassWarning', 'and_join', 'compile', 'libsass_version',
)
__version__ = '0.12.3'
__version__ = '0.13.0'
libsass_version = _sass.libsass_version


Expand Down

0 comments on commit 1bb8352

Please sign in to comment.