Skip to content

Commit af3c4bf

Browse files
committed
0.23.0
1 parent b8e0160 commit af3c4bf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: docs/changes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 0.23.0
5+
--------------
6+
7+
Released on January 6, 2024.
8+
9+
- Follow up the libsass upstream: 3.6.6 --- See the release notes of LibSass
10+
3.6.6__. [:issue:`452` by Anthony Sottile]
11+
12+
__ https://github.com/sass/libsass/releases/tag/3.6.6
13+
414
Version 0.22.0
515
--------------
616

Diff for: sass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'SassError', 'SassFunction', 'SassList', 'SassMap', 'SassNumber',
2525
'SassWarning', 'and_join', 'compile', 'libsass_version',
2626
)
27-
__version__ = '0.22.0'
27+
__version__ = '0.23.0'
2828
libsass_version = _sass.libsass_version
2929

3030

0 commit comments

Comments
 (0)