Skip to content

Commit f7b6167

Browse files
committed
0.17.0
1 parent 802a40c commit f7b6167

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/changes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
Version 0.17.0
5+
--------------
6+
7+
Release on January 03, 2019
8+
9+
- Add several new cli options [:issue:`279` :issue:`268` by Frankie Dintino]
10+
- ``--sourcemap-file``: output file for source map
11+
- ``--sourcemap-contents``: embed ``sourcesContent`` in source map
12+
- ``--sourcemap-embed``: embed ``sourceMappingURL`` as data uri
13+
- ``--omit-sourcemap-url``: omit source map url comment from output
14+
- ``--sourcemap-root``: base path, emitted as ``sourceRoot`` in source map
15+
- Fix ``.sass`` in ``WsgiMiddleware`` (again) [:issue:`280` by Anthony Sottile]
16+
417
Version 0.16.1
518
--------------
619

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
3333
'SassWarning', 'and_join', 'compile', 'libsass_version',
3434
)
35-
__version__ = '0.16.1'
35+
__version__ = '0.17.0'
3636
libsass_version = _sass.libsass_version
3737

3838

0 commit comments

Comments
 (0)