Skip to content

Commit 3c041b6

Browse files
committed
0.11.0
1 parent bf4a8eb commit 3c041b6

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

docs/changes.rst

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
Changelog
22
=========
33

4+
Version 0.11.0
5+
--------------
6+
7+
Released on March 23, 2016.
8+
9+
- Follow up the libsass upstream: 3.3.4 --- See the release notes of Libsass
10+
3.3.4__. [:issue:`144` by Anthony Sottile]
11+
- Expose libsass version in `sassc --version` and `sass.libsass_version`
12+
[:issue:`142` :issue:`141` :issue:`140` by Anthony Sottile]
13+
- Fix warning about unused enum on switch [:issue:`127` :issue:`131` by
14+
Anthony Sottile]
15+
- Sourcemaps no longer imply source comments [:issue:`124` :issue:`130` by
16+
Tim Tisdall]
17+
- Add `--source-comments` option to `sassc` [:issue:`124` :issue:`130` by
18+
Anthony Sottile]
19+
- Improve formatting of `CompileError` under python3 [:issue:`123` by Anthony
20+
Sottile]
21+
- Raise when compiling a directory which does not exist [:issue:`116`
22+
:issue:`119` by Anthony Sottile]
23+
24+
__ https://github.com/sass/libsass/releases/tag/3.3.4
25+
426
Version 0.10.1
5-
-------------
27+
--------------
628

729
Released on January 29, 2016.
830

@@ -13,7 +35,7 @@ Released on January 29, 2016.
1335
__ https://github.com/sass/libsass/releases/tag/3.3.3
1436

1537
Version 0.10.0
16-
-------------
38+
--------------
1739

1840
Released on December 15, 2015.
1941

sass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
3232
'SassWarning', 'and_join', 'compile', 'libsass_version',
3333
)
34-
__version__ = '0.10.1'
34+
__version__ = '0.11.0'
3535
libsass_version = _sass.libsass_version
3636

3737

0 commit comments

Comments
 (0)