Skip to content

Commit 80bae3b

Browse files
committed
0.9.0
1 parent 94caea4 commit 80bae3b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

docs/changes.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
Changelog
22
=========
33

4+
Version 0.9.0
5+
-------------
6+
7+
Released on October 28, 2015.
8+
9+
- Fix a bug with writing UTF-8 to a file [:issue:`72` by Caleb Ely]
10+
- Fix a segmentation fault on ^C [:issues:`87` by Anthony Sottile]
11+
- Follow up the libsass upstream: 3.3.0 --- See the release notes of Libsass
12+
3.3.0__. [:issues:`96` by Anthony Sottile]
13+
14+
__ https://github.com/sass/libsass/releases/tag/3.3.0
15+
16+
417
Version 0.8.3
518
-------------
619

720
Released on August 2, 2015.
821

9-
- Follow up the libsass upstream: 3.2.5 --- See the releas notes of Libsass
22+
- Follow up the libsass upstream: 3.2.5 --- See the release notes of Libsass
1023
3.2.5__. [:issue:`79`, :issue:`80` by Anthony Sottile]
1124
- Fixed a bug that :file:`*.sass` files were ignored.
1225
[:issue:`78` by Guilhem MAS-PAITRAULT]

sass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
2929
'SassColor', 'SassError', 'SassFunction', 'SassList', 'SassMap',
3030
'SassNumber', 'SassWarning', 'and_join', 'compile')
31-
__version__ = '0.8.3'
31+
__version__ = '0.9.0'
3232

3333

3434
#: (:class:`collections.Mapping`) The dictionary of output styles.

0 commit comments

Comments
 (0)