Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Nov 13, 2018
1 parent 44a2990 commit 64cce14
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

Version 0.16.0
--------------

Released on November 13, 2018.

- Use ``-lc++`` link flag when compiling with ``clang`` [:issue:`270` by
Christian Thieme :issue:`271` by Anthony Sottile]
- Honor ``strip_extension`` in ``SassMiddleware`` [:issue:`274` by Anthony
Sottile]
- Follow up the libsass upstream: 3.5.5 --- See the release notes of LibSass
3.5.5__. [:issue:`275` by Anthony Sottile]

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


Version 0.15.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion sass.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
'SassWarning', 'and_join', 'compile', 'libsass_version',
)
__version__ = '0.15.1'
__version__ = '0.16.0'
libsass_version = _sass.libsass_version


Expand Down

0 comments on commit 64cce14

Please sign in to comment.